> From: Andrew Kujtan [mailto:akuj...@evertz.com] 
> Subject: Shutdown Hooks not firing when tomcat is shutdown from within a 
> webapp

> OS: Windows 7  32bit
> Ver.: Apache Tomcat/7.0.25
> Jvm: 1.6.0_14-b08

Thanks for that. 

> I am attaching a shutdown hook from within my webapp to log 
> some info after tomcat shuts down,

That really doesn't sound like a good idea at all.  I would think you should be 
using a ServletContextListener.
 
> Can anyone tell me how to programmatically shut down tomcat 
> such that the hooks will still fire? 

There's no real provision for doing so, since that's not a decision a webapp 
should be making.  There's always System.exit()...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to