In the Servlet 2.4-Spec (aka Tomcat 5.x), the RequestListeners come very
close to what you probably want.  Otherwise, the answer is no.

"Agarwal, Naresh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi

Web apps in tomcat run in threads spawned by Tomcat. Do we have any control
on these threads?

I want to perform some Init and UnInit operations at the time creation and
destruction of these threads. Is it possible to do with Tomcat threads?

thanks & regards,
Naresh Agarwal





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to