Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 90730 invoked from network); 10 Apr 2003 08:03:55 -0000 Received: from unknown (HELO dev3.etilizepak.com) (202.141.243.5) by daedalus.apache.org with SMTP; 10 Apr 2003 08:03:55 -0000 Message-ID: <000901c2ff38$4508c7d0$b10aa8c0@aqureshi1> From: "Affan Qureshi" To: "Jakarta Commons Users List" References: <0AC2D75550100F4DBDB025D4D05611887704EC@BIGCOW.intraephox.ephox.com> <200304100900.55386.mathieub@zoe.cea.fr> Subject: [Logging] Where to put new jars in Tomcat? Date: Thu, 10 Apr 2003 13:07:41 +0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have downloaded commons-logging-1.0.3 and found two jar files in it: commons-logging.jar commons-logging-api.jar Now which one am i supposed to put in my webapp/WEB-INF/lib and what about tomcat's server/lib and common/lib? I found that tomcat's server/lib already had commons-logging.jar and I replaced it with the new one having the same name. Also replaced the existing common/lib/commons-logging-api.jar with the new commons-logging-api.jar. But when tomcat starts up i get: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D igester). log4j:WARN Please initialize the log4j system properly. and Do I have to put log4j in tomcat too? I have log4j.jar in my WEB-INF/lib. I also have log4j.properties and commons-logging.properties and WEB-INF/classes. Right now I am not getting any log messages anywhere. Any where i can find exact steps to make this work? i have searched the archive and tried some of the combinations nothing seems to fit in. I am using Tomcat 4.1.18 on Win2000 and JDK1.4. Affan