Re: Finalizing classes in common or shared directories

2008-03-16 Thread Tushar Madhukar
Thanx, Chris. Looks like this should solve my purpose. Will check it out and get back. Regards On Fri, Mar 14, 2008 at 8:17 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tushar, > > Tushar Madhukar wrote: > | Is there a way by which Tomca

Re: Finalizing classes in common or shared directories

2008-03-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tushar, Tushar Madhukar wrote: | Is there a way by which Tomcat can invoke a callback on these classes | (shared/*) when it is shutting down? [snip] | Basically, I would use an equivalent of | ServletContextListener.contextDestroyed() callback in dep

Finalizing classes in common or shared directories

2008-03-13 Thread Tushar Madhukar
Hello, I have several contexts running in Tomcat(5.5.23), which use some common utilities. Classes for these utilities are in shared/ directory of the Catalina installation. Is there a way by which Tomcat can invoke a callback on these classes (shared/*) when it is shutting down? I need this to pe