[Resin-interest] Calling a JSP on Start Up (like load-on-startup)

2007-11-21 Thread Aaron Freeman
Is there any way to have Resin call a JSP when it first fires up, similar to how you can call a servlet: I saw somebody doing this with Resin 2.x, but it doesn't do anything for Resin 3.0.22: servlet servlet-namelogin_jsp_sname/servlet-name jsp-file/login.jsp/jsp-file

Re: [Resin-interest] Calling a JSP on Start Up (like load-on-startup)

2007-11-21 Thread Eric Kreiser
what are you trying to do? I would think you would be coding startup type processes in a ServletContextListener not in Servlet's or JSP's Aaron Freeman wrote: Is there any way to have Resin call a JSP when it first fires up, similar to how you can call a servlet: I saw somebody doing this