RE: [tomcat 6.0.35]- propert loadin

2013-02-11 Thread David Sills
Vicky: Unless there's some reason you need to have this properties files available to all applications running in Tomcat (unusual, but not unheard of), you should probably be putting the properties file in your application, in WEB-INF/classes, which is always on the application classpath (per t

Re: [tomcat 6.0.35]- propert loadin

2013-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 2/10/13 5:51 AM, vicky wrote: > My application need a "resource/properties" file to exist in the > CLASSPATH, for this i placed my resource file in > /bin folder & it was working fine. If it's for an application, then you should put it i

Re: [tomcat 6.0.35]- propert loadin

2013-02-10 Thread vicky007aggarwal
Thanks Andre & Tim for your comments,so for this peculiar behavior that means there is no reason that y it worked when placing the properties file in /bin Thanks, On Feb 11, 2013, at 2:57 AM, André Warnier wrote: > Tim Watts wrote: >> On Sun, 2013-02-10 at 18:51 +0800, vicky wrote: >>> Hi A

Re: [tomcat 6.0.35]- propert loadin

2013-02-10 Thread André Warnier
Tim Watts wrote: On Sun, 2013-02-10 at 18:51 +0800, vicky wrote: Hi All, My application need a "resource/properties" file to exist in the CLASSPATH, for this i placed my resource file in /bin folder & it was working fine. But since yesterday my application reporting the error that proper

Re: [tomcat 6.0.35]- propert loadin

2013-02-10 Thread Tim Watts
On Sun, 2013-02-10 at 18:51 +0800, vicky wrote: > > Hi All, > > > My application need a "resource/properties" file to exist in the > CLASSPATH, for this i placed my resource file in /bin > folder & it was working fine. > > But since yesterday my application reporting the error that properti