Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 22729 invoked from network); 25 Jun 2008 22:51:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 22:51:04 -0000 Received: (qmail 89987 invoked by uid 500); 25 Jun 2008 22:50:54 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 89964 invoked by uid 500); 25 Jun 2008 22:50:54 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 89953 invoked by uid 99); 25 Jun 2008 22:50:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 15:50:54 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 22:50:05 +0000 Received: from [172.23.235.113] ([172.23.235.113]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id m5PMgrpp006886 for ; Thu, 26 Jun 2008 00:42:53 +0200 (CEST) Message-ID: <4862C9D5.90302@kippdata.de> Date: Thu, 26 Jun 2008 00:42:29 +0200 From: Rainer Jung User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: [Logging] Tutorial Contribution References: <4862707F.9090606@gmail.com> <6FC9F9894A9F8C49A722CF9F2132FC2211FF3581@ms05.mailstreet2003.net> In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC2211FF3581@ms05.mailstreet2003.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hexsel, Gustavo schrieb: > That helps! A few suggestions for the tomcat deployment: > - make using log4j easier (either offer a binary version of > tomcat-juli.jar that uses log4j - no source required since I can't build > locally due to some dbcp error; alternatively it could use Tomcat 6 has static binding for the implementing log framework. So the type of installed tomcat-juli.jar decides, if you are using java.util.logging or Log4j. By default the j.u.l based one is bundled to keep dependencies low, but you can find the Log4j bindings at: http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/extras/ (and in a similar directory on all mirrors). The directory contains - tomcat-juli.jar - tomcat-juli-adapters.jar which are described in http://tomcat.apache.org/tomcat-6.0-doc/logging.html#log4j The files mentioned there as lying in output/extras after building Tomcat extras are the same, that you can find at the above download URL. And yes; those downloads are a little hard to find ;) Regards, Rainer --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org