Actually to be precise the properties file was delivered un-jared (but not the class files) in order to tweak the configuration easily, so it wasn't in a jar and I use it always in that manner (/com/thirdparty/resources/thirdparty.properties). Even if I put it in a jar (and in the /lib dir) it doesn't find the properties. I probably miss something... but what... I'm using tomcat 4.1.18
TIA, Gregory. -----Original Message----- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: vendredi 14 novembre 2003 14:39 To: Tomcat Users List Subject: Re: Problem finding properties file in WEB-INF/classes/someSubFol der Gregory, > My code doesn't have to access a properties file. > It's a third party jar that needs to use a property file (for some > configuration stuff). > So my com.thirdparty.resources.thirdparty.properties (corresponding to -> > /com/thirdparty/resources/thirdparty.properties when exploded) Why did you have to take the properties file out of the JAR file? Did it work when it was inside that JAR file? -chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
