try:

   <servlet>
     <servlet-name>Initialization</servlet-name>
     <servlet-class>com.yourcompany.InitializationServlet</servlet-class>
     <load-on-startup>2</load-on-startup>
   </servlet>

Thinh

-----Original Message-----
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 10:38 AM
To: 'Struts Users Mailing List'
Subject: RE: Initializer servlet?


Specify it in the <load-on-startup> tag in web.xml (not sure about the exact
tag syntax).

Mark

-----Original Message-----
From: Mark Woon [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 9:21 AM

I've seen a few posts about initializer servlets that basically does
whatever setup/housekeeping work needs to be done for the application.
How do you guarantee that this servlet will run before anything
else?  Is this something you can define within your servlet container?
If so, does anyone know how you'd do this with Tomcat?

Thanks,
-Mark

--
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]>

Reply via email to