diff --git a/distelli-manifest.yml b/distelli-manifest.yml index 3a7ca9b..c338b11 100644 --- a/distelli-manifest.yml +++ b/distelli-manifest.yml @@ -3,7 +3,7 @@ bmcgehee/example-tomcat-war: Env: # Set the below enviornment variables for your environment - CATALINA_HOME: "/usr/local/tomcat" - - JAVA_HOME: "/usr/lib/jvm/java-7-oracle" + - JAVA_HOME: "/usr/bin/java" # The port number below is only for reference. Set it to the # port number of your tomcat server. - PORT: "8080"