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 have built jsvc according to
>
-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
> diff
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 part
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 command