Re: [OT]Re: quick log4j question

2003-03-10 Thread Craig R. McClanahan
On Mon, 10 Mar 2003, Rick Reumann wrote: > Date: Mon, 10 Mar 2003 12:21:41 -0500 > From: Rick Reumann <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: [OT]Re: quick

Re: [OT]Re: quick log4j question

2003-03-10 Thread Rick Reumann
On Mon, 10 Mar 2003 08:44:07 -0800 (PST) "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > The right place to put your properties files, then, is wherever the > software that is loading them will look for them :-). Sorry for my ignorance here but by software do you mean the servlet container? I

Re: [OT]Re: quick log4j question

2003-03-10 Thread Craig R. McClanahan
On Mon, 10 Mar 2003, Manfred Wolff wrote: > Date: Mon, 10 Mar 2003 09:06:38 +0100 > From: Manfred Wolff <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> &

Re: [OT]Re: quick log4j question

2003-03-10 Thread Manfred Wolff
No, Rick, I don't. I have said: Put it in ANY directory, that contains to the classpath. It is a good Idea to build a group of property-files e.g. in WEB-INF/classes/ressources or any other directory. But I don't know why evrybody will have a configuration in web.xml and a initialisation in th

Re: [OT]Re: quick log4j question

2003-03-09 Thread Dan Allen
> > The best you can do to place your property file in any directory that > > contains to the classpath (e.g. WEB-INF/classes ...) and load the file > > So you are saying (in response to Dan's question) that it is best to > just keep the log4j.properties file in WEB-INF/classes and to not try > a

Re: [OT]Re: quick log4j question

2003-03-09 Thread Rick Reumann
On Sun, Mar 09,'03 (12:29 PM GMT+0100), Manfred wrote: > The best you can do to place your property file in any directory that > contains to the classpath (e.g. WEB-INF/classes ...) and load the file So you are saying (in response to Dan's question) that it is best to just keep the log4j.prop

[OT]Re: quick log4j question

2003-03-09 Thread Manfred Wolff
Hi Dan. The best you can do to place your property file in any directory that contains to the classpath (e.g. WEB-INF/classes ...) and load the file via the VM: E.G. Tomcat in Catalina.bat set CATALINA_OPTS=%CATALINA_OPTS% -Dlog4j.configuration=log4jxy.properties (dont take log4j.properties,