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-name>login_jsp_sname</servlet-name> 
<jsp-file>/login.jsp</jsp-file> 
<load-on-startup>1</load-on-startup> 
</servlet> 

So I am guessing the <jsp-file> tag has been deprecated, but for the life of
my I can't figure out how to get Resin to call a JSP on start up.

Thanks,

Aaron



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to