You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Hello! I was following the instructions in the README, which say to place
any webapp and configuration must be deployed to CATALINA_HOME which defaults to /srv/tomcat/catalina/tomcat.
I thought this meant {{ tomcat_env_catalina_home }}, but that turned out to be the central Tomcat, not the instance. I ended up using "{{ ansible_local.tomcat.instances[tomcat_instance_name].catalina_base }}". Not sure if that's the simplest way to get the path, but it worked for me. Just wanted to leave it here in case anyone else was confused by this, and wonder if the documentation could help prevent people from making the same mistake. Thanks!
The text was updated successfully, but these errors were encountered:
afeld
changed the title
webapp path variable
how to find the webapp path?
Jan 26, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! I was following the instructions in the README, which say to place
I thought this meant
{{ tomcat_env_catalina_home }}
, but that turned out to be the central Tomcat, not the instance. I ended up using"{{ ansible_local.tomcat.instances[tomcat_instance_name].catalina_base }}"
. Not sure if that's the simplest way to get the path, but it worked for me. Just wanted to leave it here in case anyone else was confused by this, and wonder if the documentation could help prevent people from making the same mistake. Thanks!The text was updated successfully, but these errors were encountered: