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 > exit $? > ;; > > *) > Markus Schönhaber wrote: >> 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 <tomcat-process-id>. Is there a much more elegant way of >>> shutting >>> down tomcat, while still using jsvc??? >>> >> >> jsvc -stop ... >> >> Regards >> mks >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: [email protected] >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Mark Shifman MD. Ph.D. > Yale Center for Medical Informatics > Phone (203)737-5219 > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To start a new topic, e-mail: [email protected] > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat---jsvc%3A-shutting-down-tf3772958.html#a10668467 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]
