RE: Properties file declaration

2002-02-26 Thread George McKinney
> -Original Message- > From: Ursula Pieper [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26, 2002 2:06 PM > To: Tomcat Users List > Subject: Re: Properties file declaration > > > > Thanks Sriram for the suggestion of loading the properties fil

Re: Properties file declaration

2002-02-26 Thread Ursula Pieper
Thanks Sriram for the suggestion of loading the properties file from within the servlet. Unfortunately, that would involve changing and recompiling about 20 or more scripts, since all of them use the properties file. I'd really like to do this using the parameter directive (Problem still de

Re: Properties file declaration

2002-02-26 Thread Sriram Narayanan
2/26/02 8:39:01 PM, Ursula Pieper <[EMAIL PROTECTED]> wrote: > >Hi, > >my servlets need to access a properties file >(/var/tomcat4/webapps/application/WEB-INF/classes/pro.properties). > >I tried to get the parameter to read properly by adding parameter entries >at different location. so now:

Properties file declaration

2002-02-26 Thread Ursula Pieper
Hi, my servlets need to access a properties file (/var/tomcat4/webapps/application/WEB-INF/classes/pro.properties). I tried to get the parameter to read properly by adding parameter entries at different location. so now: My server.xml entry looks like this: CONFIG_FILE /var/tomcat4/weba