RE: locating .properties files

2001-05-04 Thread Matthew O'Haire
. Thanks for the feedback. Matt. -Original Message- From: Jeff Trent [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 May 2001 14:29 To: [EMAIL PROTECTED] Subject: Re: locating .properties files I have the same problem ... I need to keep the properties file in two places or else something gets

locating .properties files

2001-05-03 Thread Matthew O'Haire
Where should I put .properties file(s) in my WAR ? Should they be in the application .jar (where I put the classes that use the properties files, ie. the helpers used to implement the struts Actions), or in the META-INF somewhere? When I run the application under Forte it works fine with the

Re: locating .properties files

2001-05-03 Thread Scott Walter
You should just have to put it somewhere in the classpath (i.e. web-inf/classes) scott. --- Matthew O'Haire [EMAIL PROTECTED] wrote: Where should I put .properties file(s) in my WAR ? Should they be in the application .jar (where I put the classes that use the properties files, ie. the

RE: locating .properties files

2001-05-03 Thread Nigel Ainslie
HOME.WEB-INF/classes to the classpath to no avail. Is there some subtlety that we are missing? Regards Nige -Original Message- From: Scott Walter [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 May 2001 7:18 To: [EMAIL PROTECTED] Subject: Re: locating .properties files You should just have

RE: locating .properties files

2001-05-03 Thread Jason Chaffee
Title: RE: locating .properties files You shouldn't be adding WEB-INF/classes to your classpath. This should be running as a web app. You should have the following in your deployment desciptor and you should have ApplicaionResoruces.properties in the WEB-INF/classes directory: servlet

Re: locating .properties files

2001-05-03 Thread Jeff Trent
Title: RE: locating .properties files I have the same problem ... I need to keep the properties file in two places or else something gets wacked. Haven't had the patience to research it any further... - Original Message - From: Jason Chaffee To: '[EMAIL PROTECTED