Re: log4j and tomcat 5.5

2004-12-16 Thread Jacob Kjome
At 03:17 PM 12/16/2004 -0500, you wrote: > >On Thu, Dec 09, 2004 at 04:33:33PM -0600, Jacob Kjome wrote: >> For your own app, do you use actually use the commons-logging api or >> just the Log4j api? If the latter, don't bother with >> commons-logging. In fact, try to avoid it like the plague. >

Re: log4j and tomcat 5.5

2004-12-16 Thread Steven J. Owens
On Thu, Dec 09, 2004 at 04:33:33PM -0600, Jacob Kjome wrote: > For your own app, do you use actually use the commons-logging api or > just the Log4j api? If the latter, don't bother with > commons-logging. In fact, try to avoid it like the plague. Could you expand on this? I've wondered i

RE: log4j and tomcat 5.5

2004-12-13 Thread Dale, Matt
ignore that, found the binary download. Ta Matt -Original Message- From: Dale, Matt Sent: 13 December 2004 14:37 To: Tomcat Users List Subject: RE: log4j and tomcat 5.5 Hi, Shameless plug accepted, is there somewhere I can download it or do I need to get it from CVS? Ta Matt

RE: log4j and tomcat 5.5

2004-12-13 Thread Shapira, Yoav
Hi, >Shameless plug accepted, is there somewhere I can download it or do I need >to get it from CVS? The download page: http://logging.apache.org/site/binindex.html. Yoav Shapira http://www.yoavshapira.com This e-mail, including any attachments, is a confidential business communication, an

RE: log4j and tomcat 5.5

2004-12-13 Thread Dale, Matt
Hi, Shameless plug accepted, is there somewhere I can download it or do I need to get it from CVS? Ta Matt -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 December 2004 14:02 To: Tomcat Users List Subject: RE: log4j and tomcat 5.5 Hi, >-Origi

RE: log4j and tomcat 5.5

2004-12-13 Thread Shapira, Yoav
Hi, >-Original Message- >From: Dale, Matt [mailto:[EMAIL PROTECTED] >Sent: Sunday, December 12, 2004 5:22 PM >To: Tomcat Users List >Subject: RE: log4j and tomcat 5.5 > >> Hopefully I explained things better and piqued your curiosity about >repostiory >>

RE: log4j and tomcat 5.5

2004-12-12 Thread Dale, Matt
ubject: Re: log4j and tomcat 5.5 Quoting Marcelo Moreira <[EMAIL PROTECTED]>: > On Thu, 9 Dec 2004 16:33:33 -0600, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > Are you trying to enable logging for Tomcat, your webapp, or both? You > will > > need to add both lo

Re: log4j and tomcat 5.5

2004-12-09 Thread Jacob Kjome
Quoting Marcelo Moreira <[EMAIL PROTECTED]>: > On Thu, 9 Dec 2004 16:33:33 -0600, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > Are you trying to enable logging for Tomcat, your webapp, or both? You > will > > need to add both log4j.jar and commons-logging.jar (not > > commons-logging-api.jar) to c

Re: log4j and tomcat 5.5

2004-12-09 Thread Marcelo Moreira
On Thu, 9 Dec 2004 16:33:33 -0600, Jacob Kjome <[EMAIL PROTECTED]> wrote: > Are you trying to enable logging for Tomcat, your webapp, or both? You will > need to add both log4j.jar and commons-logging.jar (not > commons-logging-api.jar) to common/lib to enable Log4j logging for > Tomcat-5.5.x >

Re: log4j and tomcat 5.5

2004-12-09 Thread Jacob Kjome
Are you trying to enable logging for Tomcat, your webapp, or both? You will need to add both log4j.jar and commons-logging.jar (not commons-logging-api.jar) to common/lib to enable Log4j logging for Tomcat-5.5.x itself. For your own app, do you use actually use the commons-logging api or just th

log4j and tomcat 5.5

2004-12-09 Thread Marcelo Moreira
Hello, This is sure a newbie question, but I have been having a lot of trouble trying to get logging to work on tomcat 5.5 with log4j. I got everything working (I think...) but I have been wondering about something... Would anybody know why I still have to put a copy of commons-logging.jar + log