Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distelli-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down