raj kumar wrote:
> Hi , Please find my thread dump...and suggest me what;'s causing the issue.
> 
> 
> "Thread-41" prio=5 tid=0x00319a68 nid=0x33 in Object.wait()
> [0xd4181000..0xd41819c8]

&

> "Thread-40" prio=5 tid=0x0065c8c0 nid=0x32 in Object.wait()
> [0xd4281000..0xd42819c8]


and any threads like them. If you start a thread, you have to either:
a) make it a daemon thread
or
b) stop it before shutting down Tomcat

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to