Re: daemon.sh and multiple tomcat instances

2017-12-08 Thread Chris Cheshire
On Fri, Dec 8, 2017 at 11:33 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 12/7/17 3:47 PM, Chris Cheshire wrote: >> Apologies in advance for semi-OT sysadmin question. >> >> Tomcat 8.5.24, running on Centos 6. I

Re: daemon.sh and multiple tomcat instances

2017-12-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 12/7/17 3:47 PM, Chris Cheshire wrote: > Apologies in advance for semi-OT sysadmin question. > > Tomcat 8.5.24, running on Centos 6. I have built jsvc according to > instructions in distribution. I have two tomcat instances under >

Re: daemon.sh and multiple tomcat instances

2017-12-07 Thread George S.
My technique is something like this on OpenSUSE: in $CATALINA_BASE, I put bin/catalina.sh It sources the file: /etc/sysconfig/tomcat In /etc/sysconfig/tomcat I define: CATALINA_BASE CATALINA_HOME JAVA_OPTS and a few others. $CATALINA_BASE/bin/catalina.sh starts tomcat via JSVC. in my

daemon.sh and multiple tomcat instances

2017-12-07 Thread Chris Cheshire
Apologies in advance for semi-OT sysadmin question. Tomcat 8.5.24, running on Centos 6. I have built jsvc according to instructions in distribution. I have two tomcat instances under different users (sandbox1, sandbox2) that have their own CATALINA_BASE. I can start these manually from the