Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
Hi all, Is there a way I can test if the Servlet is being destroy()ed because the tomcat server is being shutdown as opposed to the Servlet being reloaded? -Mark Diggory -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Re: Servlet Destroy Method....

2002-04-03 Thread Joseph Molnar
: Servlet Destroy Method Hi all, Is there a way I can test if the Servlet is being destroy()ed because the tomcat server is being shutdown as opposed to the Servlet being reloaded? -Mark Diggory -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
). Joseph Molnar http://www.codesta.com/ - Original Message - From: Mark Diggory [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 8:33 AM Subject: Servlet Destroy Method Hi all, Is there a way I can test if the Servlet

Re: Servlet Destroy Method....

2002-04-03 Thread Joseph Molnar
Are you looking to take different action during the actual destroy call itself? Joe - Original Message - From: Mark Diggory [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 9:08 AM Subject: Re: Servlet Destroy Method I'm looking

Re: Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
looking to take different action during the actual destroy call itself? Joe - Original Message - From: Mark Diggory [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 9:08 AM Subject: Re: Servlet Destroy Method I'm looking

Re: Servlet Destroy Method....

2002-04-03 Thread Craig R. McClanahan
On Wed, 3 Apr 2002, Mark Diggory wrote: Date: Wed, 03 Apr 2002 12:24:31 -0500 From: Mark Diggory [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Servlet Destroy Method Yes I was looking

Re: Servlet Destroy Method....

2002-04-03 Thread Mark Diggory
. McClanahan wrote: On Wed, 3 Apr 2002, Mark Diggory wrote: Date: Wed, 03 Apr 2002 12:24:31 -0500 From: Mark Diggory [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Servlet Destroy Method Yes I