ansible-roles/tomcat
Mathieu Trossevin e49379ebd0
tomcat: Use system units instead of user units
This massively reduce the output of `systemctl status` (which is usefull
when checking what is running on a server), remove the need of
enable-linger (which is always good when possible) and allows to check
the status of the service much more easily.

(It also enable more sandboxing options if wanted but we don't enable
any in this commit.)
2021-11-24 11:28:23 +01:00
..
defaults tomcat: root directory owner/group are configurable 2020-08-27 17:12:34 +02:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks tomcat: Use system units instead of user units 2021-11-24 11:28:23 +01:00
templates tomcat: Use system units instead of user units 2021-11-24 11:28:23 +01:00
.kitchen.yml Split tomcat-instance in tomcat + tomcat-instance 2017-07-03 17:37:06 +02:00
README.md tomcat: compatible with Tomcat7 and Tomcat8 2017-12-08 10:33:33 +01:00

tomcat

Install Tomcat and its dependencies for multiple instances.

Available variables

tomcat_instance_root: Root dir for Tomcat instance (default: /srv/tomcat)