ansible-roles/d4s_user_services_perms/templates
Andrea Dell'Amico 29c3b9357a d4s_user_services_perms: More scenarios that involve nfs (so no ACLs) and common main group between users. 2017-10-24 13:46:32 +02:00
..
README-service.j2 library/roles/d4s_user_services_perms/templates/README-service.j2: Add a template that got removed by mistake. 2017-09-28 18:11:19 +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
d4science-sudoers.j2 library/roles/d4s_user_services_perms: Add a series of task that configure a generic service to be managed by an unprivileged user. 2016-09-27 15:35:33 +02:00
set-acl-rules.sh.j2 d4s_user_services_perms: More scenarios that involve nfs (so no ACLs) and common main group between users. 2017-10-24 13:46:32 +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
startservice.j2 library/roles/d4s_user_services_perms: Add a series of task that configure a generic service to be managed by an unprivileged user. 2016-09-27 15:35:33 +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
stopservice.j2 library/roles/d4s_user_services_perms: Add a series of task that configure a generic service to be managed by an unprivileged user. 2016-09-27 15:35:33 +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 }})