fixed wrong catalina_home

This commit is contained in:
daniele-pavia 2017-12-19 11:33:18 +01:00
parent 6bc7abf963
commit c9bf8cf31e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ orchestrator_ssh_key:
java_jdk: "java8-jdk" #### either java8-jdk or openjdk-8
java_home: "/usr/lib/jvm/java-8-oracle"
catalina_home: "{{ smartgears_user_home }}"
catalina_home: "/usr/share/tomcat7"
catalina_opts: "-Xmx2000m -Xms2000m -XX:MaxPermSize=512M"
tomcat_port: 8080