server-init of JSP bean

2001-03-19 Thread Gary Lawrence Murphy
I know I can initialize a servlet when tomcat boots by entering it into the web.xml file, but is there an elegant way to initialze an application-scoped jsp:useBean? Right now, I just hit the page with Lynx when the tomcat script boots, but that's pretty kludgy. -- Gary Lawrence Murphy [EMAIL

Re: server-init of JSP bean

2001-03-19 Thread Craig R. McClanahan
On 19 Mar 2001, Gary Lawrence Murphy wrote: I know I can initialize a servlet when tomcat boots by entering it into the web.xml file, but is there an elegant way to initialze an application-scoped jsp:useBean? Right now, I just hit the page with Lynx when the tomcat script boots, but