Problem finding properties file in WEB-INF/classes/someSubFolder

2003-11-14 Thread Gregory Vandenbroucke
Hi all, I'm using some third party API, which uses a property file. That file should be accessed under a specific path /com/thirdparty/resources/ (exploded jar). My WEB-INF looks like this: WEB-INF/web.xml WEB-INF/classes/com/mycompany/myservlets/*.class (my servlets)

RE: Problem finding properties file in WEB-INF/classes/someSubFol der

2003-11-14 Thread Gregory Vandenbroucke
(...) -Tim Gregory Vandenbroucke wrote: Hi all, I'm using some third party API, which uses a property file. That file should be accessed under a specific path /com/thirdparty/resources/ (exploded jar). My WEB-INF looks like this: WEB-INF/web.xml WEB-INF/classes/com/mycompany/myservlets

RE: Problem finding properties file in WEB-INF/classes/someSubFol der

2003-11-14 Thread Gregory Vandenbroucke
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

RE: Problem finding properties file in WEB-INF/classes/someSubFol der

2003-11-14 Thread Gregory Vandenbroucke
ok thank you so much, I've just read on a forum that they use the system classloader to load the properties file. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: vendredi 14 novembre 2003 15:23 To: Tomcat Users List Subject: Re: Problem finding properties

Apache won't start

2003-03-14 Thread Gregory Vandenbroucke
/runningTomcat4BehindApache2.html I'm using: Apache 2.0.44, Apache Tomcat 4.1.18, mod_jk-2.0.43.dll, Windows 2000 SP3 I'm not having any problem to make them work on a standalone basis. Do you guys have any suggestions? Any hints, guides or alternatives? note: I'm new at this. Thanks in advance, Gregory

RE: Apache won't start

2003-03-14 Thread Gregory Vandenbroucke
thread Could this be the reason why Apache won't start? Kind regards, Gregory Vandenbroucke. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 14 mars 2003 12:41 To: [EMAIL PROTECTED] Subject: RE: Apache won't start did you do the AddModule