"Ravi116" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
> I wish to cleanup resources inside a valve on server shutdown (stop a
> scheduler). Is there anyway to do this ?

If all you want to do is cleanup, then a LifecycleListener is better than a 
Valve (which is for request processing).  If you really want a Valve, then 
just have it implement Lifecycle as well.

> Ravi
> -- 
> View this message in context: 
> http://www.nabble.com/Valve--post-lifecycle-event-tf3310448.html#a9208545
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to