Re: setting the classpath variable

2002-08-27 Thread randie ursal
[mailto:[EMAIL PROTECTED]]On Behalf Of randieursal Sent: Tuesday, August 27, 2002 5:07 PM To:[EMAIL PROTECTED] Subject: Re: setting the classpathvariable why is it tomcat could not locate the propertyfile if i place it on the package directory structure of my

Re: setting the classpath variable

2002-08-27 Thread Tharmarajah Sasi Dharma
WEB_INF/classes directory and the ClassLoader found it there. Regards, Cédric NB : this exemple comes from another mailing list "Tomcat-users" - Original Message - From: "Nic Ferrier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Au

Re: setting the classpath variable

2002-08-27 Thread randie ursal
NB : this exemple comes from another mailing list "Tomcat-users" - Original Message - From: "Nic Ferrier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 10:32 AM Subject: Re: setting the classpath variable

Re: setting the classpath variable

2002-08-27 Thread randie ursal
ry and the ClassLoader found it there. Regards, Cédric NB : this exemple comes from another mailing list "Tomcat-users" - Original Message - From: "Nic Ferrier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 10:32 AM S

Re: setting the classpath variable

2002-08-27 Thread Cédric Viaud
NB : this exemple comes from another mailing list "Tomcat-users" - Original Message - From: "Nic Ferrier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 10:32 AM Subject: Re: setting the classpath variable > randie ursal <

Re: setting the classpath variable

2002-08-27 Thread Nic Ferrier
randie ursal <[EMAIL PROTECTED]> writes: > hi, > > i have this newbie question. > > here is the scenario, i have a servlet that will read a ".properties" > file and i make use of the PropertyResourceBundle class to read the > value from the property file. > > the problem is that the Property