I am using tomcat 5.0.28 on Windows XP to deploy a war that is looking for an app.properties file as a classpath resource. But app.properties is not *in* the war.
I need to place it on the classpath where the war's classpath resource loaders (Spring, actually) can find it.
I thought I could place *.properties files within the %TOMCAT_HOME%/conf directory, but that didn't work.
How best to handle this scenario? Jay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]