From: "Rahul Joshi" <[EMAIL PROTECTED]>
I can load the properties file in the class file but I want to load it as the Tomcat starts so that the properties file is not loaded again and again. Something like storing this in the application scope. How can I do this?
Use a ServletContextListener: http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/ServletContextListener.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]