Hi,
Currently the pid file is set when you run catalina.sh (unix/linux)
if [ ! -z "$CATALINA_PID" ]; then
echo $! > $CATALINA_PID
fi
In some situation (when using sudo, su, catalina.out piped to a log rotation
program) it is harder and possibly prone to error to get the right pid - $!
might not be the pid of the JVM.
Apache httpd sets the pid file and cleans it up .... Is there a simple
way/sample to have Tomcat set the pid file during its bootstrap and not the
startup shell script ?
Rgds
Fred
--
View this message in context:
http://www.nabble.com/Can-Tomcat-set-its-pid-in-a-file--tp16610493p16610493.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]