Hi,
don't know if this is a problem of Tomcat integrated into NetBeans, but I 
noticed that rebuilding
my webapp (causing netbeans redeployment over the running webapp), older 
threads spawn by
running sessions are not killed, getting into exceptions because the real 
HttpSession objects
are killed and the jndi connections are closed.
I have a SessionListener in my webapp that kills this threads and cleanly exit 
the session, but
this is never called when redeployed.
On the other hand, the ContextListener contextDestroyed is called, but I have 
no way to
access my threads and kill them from there....
Is this a bug or am I missing something?
Gabriele.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to