In the case, I think you would need to say:
Thread.currentThread().getContextClassLoader().getResourceAsStream()

-Tim

Mike Curwen wrote:

If MyServiceImpl.class was loaded by a common/lib classloader, would it be
able to find resources in the WEB-INF/ classloader ?  (Do classloaders work
that way?)




-----Original Message-----
From: Lorenz, Christoph [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 8:15 AM
To: 'Tomcat Users List'
Subject: tomcat5 does not find properties file in webapp



Hi,

what is the reason, that tomcat5 (5.0.25) does not read my properties file, which I placed in

$WEBAPP/WEB-INF/classes/my.properties

when I try to access it the following way:

Properties p = new Properties(); p.load(MyServiceImpl.class.getResourceAsStream("/my.properties"));

If I try to determing the position of the resource the following way:

URL u = MyServiceImpl.class.getResource("/my.properties");

u is null here.

Thank you very much in advance
 Christoph



---------------------------------------------------------------------
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]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to