ansible-roles/d4s_user_services_perms/templates
Andrea Dell'Amico 550d02fc48 library/roles/d4s_user_services_perms: Install a README file inside the gcube home directory. Set up acls so that the gcube user can read/write the tomcat options files. 2015-07-24 12:00:37 +02:00
..
README.j2 library/roles/d4s_user_services_perms: Install a README file inside the gcube home directory. Set up acls so that the gcube user can read/write the tomcat options files. 2015-07-24 12:00:37 +02:00
startContainer.sh.j2 library/roles/d4s_user_services_perms: Fix the generation of the start/stop scripts. Now the multiuser option is supported. 2015-06-09 16:10:27 +02:00
stopContainer.sh.j2 library/roles/d4s_user_services_perms: Fix the generation of the start/stop scripts. Now the multiuser option is supported. 2015-06-09 16:10:27 +02:00
tomcat-sudoers.j2 ibrary/roles/d4s_user_services_perms: Move here the tasks that allow the d4science user to start/stop the tomcat service. 2015-05-30 19:58:55 +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:
/home/gcube/startContainer.sh
/home/gcube/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 }})