From: "Anuradha S.Athreya" <[EMAIL PROTECTED]>

I understand it is possible to override the init() method in the Action
Servlet class. How can I go about achieving this? What are the changes that
I need to make in the web.xml. I need to introduce this in my application,
since I need to initialize certain parameters during application start up.

If you're on a Servlet 2.3 (or later) container, use a ServletContextListener instead:
http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html

Here's a recent thread about the same topic:
http://www.mail-archive.com/user@struts.apache.org/msg21482.html

--
Wendy Smoak


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

Reply via email to