Hi, No reason -- it should work, and it works for me ;) Yoav Shapira Millennium Research Informatics
>-----Original Message----- >From: Lorenz, Christoph [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 21, 2004 9: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]
