saltstack-formulas / tomcat-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
16 stars 77 forks source link

How to invoke multiple tomcat installs that run under different users? #80

Open chrisco484 opened 6 years ago

chrisco484 commented 6 years ago

Is it possible to install multiple tomcats, each running under different users and have a differently named service (in systemctl domain) so that we can use systemctl to control them?

noelmcloughlin commented 6 years ago

@chrisco484 Each user can have secondary membership of "tomcat" group in Linux.

Systemctl is different matter. Have you talked to upstream tomcat designers about your use case.

Alternative is to run as docker instance to avoid systemctl namespace collisions.