> From: Mohit Anchlia [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat doesn't stop when shutdown > > This is what I see in logs, I am starting and stopping as root: > > INFO: Stopping service Catalina > Oct 20, 2008 2:22:47 PM > org.apache.coyote.http11.Http11Protocol destroy > INFO: Stopping Coyote HTTP/1.1 on http-8080
Do any of your webapps create auxiliary threads that aren't being managed properly? JVM termination will stall until such theads exit. (Making them daemon threads is sometimes appropriate.) Try taking a thread dump when Tomcat hangs and see what's going on. - 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]