> From: Sylvain Laurent [mailto:sylvain.laur...@gmail.com] On Behalf Of
> Sylvain Laurent
> Subject: Re: Need advice to notify StandardExecutor when a webapp is
> stopped
> 
> Interesting idea, really ! But I suspect it might break some things in
> some cases. I'm thinking about cross-context requests (where the
> requestDispatcher calls another web application in the same JVM with
> the same thread).

Yes, any context switching by the same thread would require it to call the 
methods that save and restore the ThreadLocal values as part of the transition 
to the new context.

 - Chuck


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

Reply via email to