ansible-roles/d4s_user_services_perms/templates
Andrea Dell'Amico 883a8b0826 library/roles/d4s_user_services_perms: Manage the manually installed tomcat, providing a logrotate rule for catalina and a sudoers configuration that permits to manage the instance by the unprivileged user. 2016-07-11 17:57:45 +02:00
..
README-tomcat.j2 library/roles/d4s_user_services_perms: New task for the generic tomcat installation 2016-06-23 17:57:20 +02:00
README.j2 library/roles/d4s_user_services_perms: New task for the generic tomcat installation 2016-06-23 17:57:20 +02:00
catalina-logrotate.j2 library/roles/d4s_user_services_perms: Manage the manually installed tomcat, providing a logrotate rule for catalina and a sudoers configuration that permits to manage the instance by the unprivileged user. 2016-07-11 17:57:45 +02:00
startContainer.sh.j2 library/roles/d4s_user_services_perms: Manage the manually installed tomcat, providing a logrotate rule for catalina and a sudoers configuration that permits to manage the instance by the unprivileged user. 2016-07-11 17:57:45 +02:00
stopContainer.sh.j2 library/roles/d4s_user_services_perms: Manage the manually installed tomcat, providing a logrotate rule for catalina and a sudoers configuration that permits to manage the instance by the unprivileged user. 2016-07-11 17:57:45 +02:00
tomcat-sudoers.j2 library/roles/d4s_user_services_perms: Manage the manually installed tomcat, providing a logrotate rule for catalina and a sudoers configuration that permits to manage the instance by the unprivileged user. 2016-07-11 17:57:45 +02:00

README.j2

The java options are set inside /etc/default/tomcat-instance-{{ item.0.http_port }}
The GHN environment variables are set inside /etc/default/tomcat-instance-{{ item.0.http_port }}.local

The commands that start and stop the containers are:
{{ d4science_user_home }}/startContainer.sh
{{ d4science_user_home }}/stopContainer.sh

The log files live inside /home/gcube/tomcat/logs (it's a symbolic link to {{ tomcat_m_instances_logdir_base }}/{{ item.0.http_port }})