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 in

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-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 selectors in Log4j-1.3 :-) You certainly

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, -Original Message

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, and

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-12 Thread Dale, Matt
: 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 log4j.jar and commons-logging.jar (not commons-logging

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

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

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 itself

Re: log4j and tomcat 5.5

2004-12-09 Thread Jacob Kjome
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 the Log4j api? If the latter, don't bother with commons-logging. In fact, try to avoid it like the plague. If you do require commons-logging for your webapp

Re: how to simply configure log4j in tomcat 5.5 ?

2004-09-23 Thread Remy Maucherat
On Wed, 22 Sep 2004 11:43:51 -0400, Tim Funk [EMAIL PROTECTED] wrote: I'm not sure of the exact syntax .. but try these combinations: http://marc.theaimsgroup.com/?l=tomcat-devm=108808958716712w=2 I've added the category names to the docs for each component (Context, Host, etc), but we would

how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Jean-Paul Le Fèvre
I'm currently experimenting the new features of Tomcat 5.5.2 and more precisely the logging facility. I must confess that I'm really upset by this implementation based on log4j. - Log4j is a *very* complex package, difficult to master. IMO it does not make sense to use such a library : logging

RE: how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Shapira, Yoav
Hi, Well, having given my opinion I feel better ;) I'm glad you feel better ;) I haven't disagreed more with an opinion in a long time ;) Check out http://jakarta.apache.org/tomcat/faq/logging.html. Yoav This e-mail, including any attachments, is a confidential business communication, and

Re: how to simply configure log4j in tomcat 5.5 ?

2004-09-22 Thread Tim Funk
I'm not sure of the exact syntax .. but try these combinations: http://marc.theaimsgroup.com/?l=tomcat-devm=108808958716712w=2 -Tim Jean-Paul Le Fèvre wrote: I'm currently experimenting the new features of Tomcat 5.5.2 and more precisely the logging facility. I must confess that I'm really upset

configure log4j in tomcat 5.5

2004-09-02 Thread animus1511
Hi all, I installed Tomcat 5.5 with compat-package for running under JDK 1.4.2 yesterday. I tried to configure tomcat and log4j. I use multiple services in my server.xml. When I start tomcat it produces only logfiles for the windows service (stdout.log, stderr.log and