I dont know, but I guess this might help :
you can write and set up ServletContextListener. it has events on when the context initializes, destroyes etc. see the servlet api, for more instructions on how to implement one. see the tomcat docs on how to install it. hope it helps [EMAIL PROTECTED] > -----Original Message----- > From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]] > Sent: 26. j�n� 2002 15:46 > To: Tomcat Users List > Subject: Re: getting classes to execute on tomcat startup. > > > Is there any way of getting classes to initialise application scope > variables on Tomcat startup without having to call a servlet or JSP? > Best Regards, > Anthony Geoghegan. > J2EE & Oracle Consultant. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
