Re: How to trap orion shutdown

2000-07-26 Thread Eric Richardson
Hi Vidur, I don't know if this will help but Servlet.destroy() should be called on shutdown of the web container. Eric :-) Vidur Dhanda wrote: Hello, Is there a way to get a notification when the orion server gets a shutdown request? My application needs to do some clean-up prior to server

Re: How to trap orion shutdown

2000-07-26 Thread Robert Krueger
At 07:57 26.07.00 , Eric Richardson wrote: Hi Vidur, I don't know if this will help but Servlet.destroy() should be called on shutdown of the web container. Eric :-) and also when the web application is reloaded due to a code change or a change in web.xml which is probably not what he wants.

RE: How to trap orion shutdown

2000-07-26 Thread Conrad Chan
gracefully before the new instance can be started. Conrad -Original Message- From: Vidur Dhanda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 1:24 PM To: Orion-Interest Subject: Re: How to trap orion shutdown I'm really looking for trapping the shutdown for the EJB container. I