In the web.xml your servlet for handling struts requests should currently be org.apache.struts.actions.ActionServlet. Change this class to you own that extends this class and then you can override any methods
-----Original Message----- From: Anuradha S.Athreya [mailto:[EMAIL PROTECTED] Sent: 20 August 2005 07:01 To: 'Struts Users Mailing List' Subject: Overriding the init() method in the Action Servlet. Hello, 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. Regards, Anuradha S.Athreya --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]