Re: Tomcat & jsvc: shutting down

2007-05-17 Thread Mark Shifman
$TOMCAT_HOME/bin/jsvc-src/native/Tomcat5.sh has a function below stop) # # Stop Tomcat # $DAEMON_HOME/src/native/unix/jsvc \ -stop \ -pidfile $PID_FILE \ org.apache.catalina.startup.Bootstrap exit $? ;; *) Markus Schönhaber wrote: reym wrote: I have successfull

Re: Tomcat & jsvc: shutting down

2007-05-17 Thread reym
ta!! Kind regards, reym Mark Shifman wrote: > > $TOMCAT_HOME/bin/jsvc-src/native/Tomcat5.sh > has a function below > > stop) > # > # Stop Tomcat > # > $DAEMON_HOME/src/native/unix/jsvc \ > -stop \ > -pidfile $PID_FILE \ > org.apache.catalina.startup.Bootstrap >

Re: Tomcat & jsvc: shutting down

2007-05-17 Thread Markus Schönhaber
reym wrote: > I have successfully installed Tomcat5.5 on port 80 using jsvc, on a CENTOS4 > platform. Once snag, i can only stop it by issuing a SIGTERM to the process, > ie kill -9 . Is there a much more elegant way of shutting > down tomcat, while still using jsvc??? jsvc -stop ... Regards m

Tomcat & jsvc: shutting down

2007-05-17 Thread reym
Hi all, I have successfully installed Tomcat5.5 on port 80 using jsvc, on a CENTOS4 platform. Once snag, i can only stop it by issuing a SIGTERM to the process, ie kill -9 . Is there a much more elegant way of shutting down tomcat, while still using jsvc??? I feel that shutting tomcat down this w