I've never actually used it but I think the DigestingPlugIn might do this for you
http://tinyurl.com/2kzh8b Having said that probably the best plan would be to create your own ServletContextListener to do this which would be independant of Struts http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html Niall On 4/18/07, Zhang, Larry (L.) <[EMAIL PROTECTED]> wrote:
I need to load an .xml file when Websphere server starts up. I am using Struts ActionServlet as the only servlet in the app and I do have a CustomProcessor extending TilesRequestProcessor. I am trying to load the .xml file when the server starts up. I configured to load ActionServlet when server starts up in web.xml. Where should I put my code to load the .xml file during the server starts up. Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]