3 Replies Latest reply on Jun 22, 2006 1:02 PM by j2ee_junkie

    How do I add a method to the web container initialization?

    adrigan

      I have a worker thread running outside of a servlet context (it can not be closed up) in order to serve some key data to my servlets. I would like for it to be brought up as a part of the initialization process of the web container. Is there any way to do this?

      Thank you,
      Lil