SOLVED: Re: problems w/ logging.. again

2004-01-21 Thread Adam L
. -- adam - Original Message - From: Curtis Taylor [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 11:47 AM Subject: Re: problems w/ logging.. again Hi Adam, Insofar as I've seen it with JBoss, yes: the application-scope log4j config

Re: problems w/ logging.. again

2004-01-20 Thread Curtis Taylor
Hi Adam, If you're using JBoss you need to edit the server's log4j.xml config file. For 3.2.2 it lives in $JBOSS_HOME/server/all|default|minimal/conf/. Edit the one in the server subdirectory you deploy your app to. HTH, Curtis Adam L wrote: I've scoured the archives. Ive tried a million

Re: problems w/ logging.. again

2004-01-20 Thread Adam Levine
a global change and bounce the entire app server? Thanks again! From: Curtis Taylor [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: problems w/ logging.. again Date: Tue, 20 Jan 2004 08:58:25 -0800 Hi Adam, If you're

Re: problems w/ logging.. again

2004-01-20 Thread Curtis Taylor
: problems w/ logging.. again Date: Tue, 20 Jan 2004 08:58:25 -0800 Hi Adam, If you're using JBoss you need to edit the server's log4j.xml config file. For 3.2.2 it lives in $JBOSS_HOME/server/all|default|minimal/conf/. Edit the one in the server subdirectory you deploy your app to. HTH, Curtis

RE: problems w/ logging.. again

2004-01-19 Thread Navjot Singh
if you are using jdk 1.4 then why don't you switch over to JDK logging? No configuration issues here as you might face with log4j. Well it's just a suggestion, as i myself use JDK logging in some projects and log4j in some. btw, in struts 1.1, i don't think debug param plays any role. regards

Re: problems w/ logging.. again

2004-01-19 Thread Adam L
PROTECTED] Sent: Monday, January 19, 2004 11:40 PM Subject: RE: problems w/ logging.. again if you are using jdk 1.4 then why don't you switch over to JDK logging? No configuration issues here as you might face with log4j. Well it's just a suggestion, as i myself use JDK logging in some projects