I am trying to initialize a servlet with data that can be changed without
having to recompile the servlet. would I do this:

public void init(ServletConfig config) throws ServletException{
        super(config);
        //...Read from file and set static variables
}
or is there a better, faster way to accomplish this?
Thanks a lot,
Eric R. Dunstan
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to