Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 30814 invoked from network); 5 Sep 2004 21:55:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Sep 2004 21:55:13 -0000 Received: (qmail 68849 invoked by uid 500); 5 Sep 2004 21:54:43 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 68820 invoked by uid 500); 5 Sep 2004 21:54:43 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 68804 invoked by uid 99); 5 Sep 2004 21:54:42 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 204.127.198.39 is neither permitted nor denied by domain of hoju@visi.com) Received: from [204.127.198.39] (HELO rwcrmhc13.comcast.net) (204.127.198.39) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 05 Sep 2004 14:54:41 -0700 Received: from nicki.visi.com (c-66-41-141-26.mn.client2.attbi.com[66.41.141.26]) by comcast.net (rwcrmhc13) with SMTP id <2004090521543801500sju82e>; Sun, 5 Sep 2004 21:54:38 +0000 Message-Id: <5.2.1.1.0.20040905163848.04e7cdb8@pop.shell.visi.com> X-Sender: hoju@pop.shell.visi.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Sun, 05 Sep 2004 16:54:34 -0500 To: "Tomcat Users List" From: Jacob Kjome Subject: RE: Log4J in Tomcat 5.0...I don't believe the FAQ In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Why do you use commons-logging in your application classes? I can see a semi-legitimate argument for a framework doing this, so as to not force a particular logging implementation on the user. However, you are the user. You choose the logging implementation. You have, obviously, chosen Log4j as your implementation of choice. Why not cut out the middle man (commons-logging) and use Log4j? You might be interested in this... http://www.qos.ch/logging/thinkAgain.html See links at the bottom of the page as well. Jake At 09:01 PM 9/5/2004 +0200, you wrote: >In case it helps, this is what I do with Tomcat 5.0.28 (Win 2000 without >installer, j2sdk1.4.2_04): >- I do not put log4j.jar in commom/lib, but in the WEB-INF/lib of my web >app. >- I put log4j.xml (equivalent to log4j.properties) and >commons-logging.properties in WEB-INF/classes of my app. >The archive commons-logging.properties contains: > >org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger > >I use the commons-logging api in my application classes. > >Regards. >Pedro Nevado > > >-----Mensaje original----- >De: Patrick Burleson [mailto:pburleson@gmail.com] >Enviado el: domingo, 05 de septiembre de 2004 17:05 >Para: tomcat-user@jakarta.apache.org >Asunto: Log4J in Tomcat 5.0...I don't believe the FAQ > > >So I'm trying to get Tomcat 5.0 to use Log4J for its log output >formatted to my liking. Started searching and found a link to this >message in the Tomcat FAQ that says it has the solution. > >http://marc.theaimsgroup.com/?l=tomcat-user&m=108330970225012&w=2 > >Well, after performing what seem like simple steps (probably the steps >I would have done anyway), still no logging through Log4J. > >Did I miss some magically step number 4 or even step 0? I copied >log4j-1.2.8.jar to /commons/lib and put the example >log4j.properties in /commons/classes at DEBUG level and >still only got the original format with only INFO level stuff printing >out. > >I tried with the following versions of Tomcat on Windows XP with JDK >1.4.2_05 and JDK 5.0-RC: > >5.0.27 Windows Installer >5.0.27 Zip file >5.0.19 Windows Installer >5.0.19 Zip File > >I tried the last two since they were the version mention in the mail >message. I tried the zips thinking maybe there was something >"different" about the windows installers. > >Later in that thread it is mentioned by Jacob Kjome in message >http://marc.theaimsgroup.com/?l=tomcat-user&m=108333554729166&w=2 : > >" I've pointed out almost these exact instructions many times before >and people keep asking or say it doesn't work (it does)." > >I just don't believe it. There has to be something I missed...but >that's hard to do when there's only 3 steps, one of them being >"Download Log4J". > >Any ideas? > >Thanks, >Patrick > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org