Cocoon shutdown listener?

2005-12-07 Thread Antony Grinyer
Hi, Is there anything in cocoon that can be used to invoke a Java class (maybe via an act?) at shutdown i.e. such as a shutdown listener? We have a webapp application which must clean up the application (e.g. close open objects) if cocoon is shut down unexpectedly. Thanks, Ant CSW Group Ltd

Re: Cocoon shutdown listener?

2005-12-13 Thread Nouguier Olivier
Should look at jakarta-tomcat component for LifeCycleListener. As my connection towards http://tomcat.apache.org is temporaly down I cannot be more "précis" | sharp ;} On Wed, 2005-12-07 at 10:20 +, Antony Grinyer wrote: > Hi, > > Is there anything in cocoon that can be used to invoke a Java