RE: When does jspDestroy actually run, and why doesn't it appear to be running at all?!

2001-12-02 Thread Justin Rowles
> > I'm re-sending this - can anyone please advise? Can anyone confirm > > that they get the jspDestroy method run at unload time? > > > if the servlet itself is not loaded , then how do jspdestroy will get > loaded No, no, it *is* loaded, and used for a bit, then timed out and - presumably - un

RE: When does jspDestroy actually run, and why doesn't it appear to be running at all?!

2001-11-29 Thread A Mohan rao
if the servlet itself is not loaded , then how do jspdestroy will get loaded > -Original Message- > From: Justin Rowles [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 8:34 PM > To: 'Tomcat Users List' > Subject: RE: When does jspDestroy actu

RE: When does jspDestroy actually run, and why doesn't it appear to be running at all?!

2001-11-29 Thread Justin Rowles
I'm re-sending this - can anyone please advise? Can anyone confirm that they get the jspDestroy method run at unload time? J. > -Original Message- > > I have a JSP class with a piece of code like this: > > <%! public void jspDestroy() { > ~~~code~~~ > %> > > The code performs s