How do you destroy a servlet? I have an error condition that requires that the
servlet be destroyed and re-initialized so I call the destroy() method using
this.destroy(). The method body is:
public void destroy ()
{
super.destroy();
}
A message is logged stating that the servlet is destroyed but it is still in
memory and the next time I run the servlet it does not go thru the init()
method.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html