shaharV wrote:
> Hi everybody,
> 
> I am using tomcat 6.0.18 from eclipse 3.4, on windows xp 32 bit. I am
> experiencing a server hung whenever i try to "gracefully" shutdown the
> server. i am attaching the tomcat log and the stack trace taken at the
> hanging.
> 
> i would appreciate any help!

You have started a non-daemon thread (pool-7-thread-1) which you must
shutdown when your application stops. A context listener is the usual
approach.

Mark



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

Reply via email to