> From: Rizalino [mailto:rvillere@magma.ca]
> Subject: Cannot shutdown tomcat-5.5.4
>
> Would you guys be able to give me pointers what needs to be
> checked if the shutdown.sh scripts for tomcat 5 doesnt work?
First: I'd suggest moving up to a newer level - lots of things have been
fixed since 5.5.4.
Second: Before running the shutdown script, verify that Tomcat is
actually listening on the designated port - usually 8005, defined in
conf/server.xml.
Third: Tomcat not terminating is often caused by some webapp kicking off
a thread, and then not having a prescribed way of terminating that
thread. Try taking a thread dump and see what's left lying around after
running the shutdown script.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|