Re: Can Tomcat set its pid in a file?

2008-04-10 Thread fredk2
a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Can-Tomcat-set-its-pid-in-a-file--tp16610493p16616237.html Sent from t

Re: Can Tomcat set its pid in a file?

2008-04-10 Thread David Smith
You could use jsvc instead of the shell scripts. --David fredk2 wrote: 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 ro

Can Tomcat set its pid in a file?

2008-04-10 Thread fredk2
an-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: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additi