> From: Andrew Rapp [mailto:alr...@yahoo.com] > Subject: Tomcat not shutting down on Mac > > Just downloaded Tomcat 5.5.27. Starts up and runs great, but it > doesn't shut down properly.
This is almost always caused by unmanaged, non-daemon threads started by a webapp. The webapp should be keeping track of any threads it creates, and insure that they exit when the webapp is stopped. You should be able to use JConsole or jstack to figure out what's still running after the shutdown script is run. - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org