When deploying a WAR file whose code uses information stored in classpath configuration resources, where should you store these configuration files if outside of the WAR file?
If you want to keep these configuration files outside of the WAR file to make for easier deployment in multiple environments, isn't the only other classpath available to Tomcat within its own lib folder? And in that case, the configuration file would be available in all contexts. So where should such a file be stored (i.e. available to the webapp as a resource but not available to all contexts)? Thanks. -- View this message in context: http://www.nabble.com/-OT--Where-to-store-classpath-resources-outside-of-WAR-tp14399810p14399810.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]