Hi Shakti,
 <load-on-startup> means you want call your servlet class at the time of
server startup.
A typical use will be for loading context/application level parameters in
the memory.
The value indicates the order in which servlets are loaded.
For eg:- 1 indicates this servlet will be loaded first. 
Also, You want action servlet to be loaded before calling your personal
servlet.
Tapan


-----Original Message-----
From: Shakti [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 6:13 PM
To: Struts Users Mailing List
Subject: Wht does <load-on-startup> tag in web.xml means ??


Hi,
    Wht does <load-on-startup> tag in web.xml means ?? I am using struts
framework with weblogic and i am not able to find out wht is does this tag
implies ? Is this the cause due to which my weblogic is not picking up new
compiled classes without restarting ..???
waiting for a reply ....
Thanks & Regards,
Shakti.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to