On Wed, May 05, 2004 at 01:37:33AM -0400, Parsons Technical Services wrote:
>   stop)
>     #
>     # Stop Tomcat
>     #
>     PID=`cat /var/run/jsvc.pid`
>     kill $PID
>     ;;

I've always wondered why the sample jsvc script doesn't call
'org.apache.catalina.startup.Bootstrap stop' like catalina.sh does.
Anyone care to let me know if there's a reason why not? I've been
meaning to change my init scripts to do this.

Thanks
G
-- 
The illegal we do immediately. The unconstitutional takes a little longer.
        -- Henry Kissinger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to