I think init should be called on startup of the servlet container. So if you have very long lasting init procedures better use init.
Peter ----- Original Message ----- From: syed huda <[EMAIL PROTECTED]> Date: Wednesday, November 21, 2001 6:08 pm Subject: ServletContextListener vs init() > What are advantages of using ServletContextListener above init()? > Don't they > do the same thing? > Regards, > > Syed > > ________________________________________________________________________ ___ > To unsubscribe, send email to [EMAIL PROTECTED] and include in > the body > of the message "signoff SERVLET-INTEREST". > > Archives: http: > Resources: http://java.sun.com/products/servlet/external- > resources.htmlLISTSERV Help: > http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ 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
