I know this is going to seem dumb but...

I initiate a servlet like this

public void init(ServletConfig config) throws ServletException {
                super.init(config);
}

Should I also be destroying the servlet at the end of the code, or
does this mess up my threads or is it the other way round?

___________________________________________________________________________
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

Reply via email to