Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 26075 invoked from network); 7 Mar 2007 17:37:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 17:37:54 -0000 Received: (qmail 12747 invoked by uid 500); 7 Mar 2007 17:37:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 12727 invoked by uid 500); 7 Mar 2007 17:37:50 -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 12716 invoked by uid 99); 7 Mar 2007 17:37:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 09:37:50 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=BIZ_TLD X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.53.26] (HELO smtp101.plus.mail.re2.yahoo.com) (206.190.53.26) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Mar 2007 09:37:38 -0800 Received: (qmail 62491 invoked from network); 7 Mar 2007 17:37:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:From:To:References:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-MimeOLE:Thread-Index:In-Reply-To; b=h2qDwZAbHijSHBCC8C0AXZjg8NzqO3yuOxrV8NUT7o5K5w9ul32oDKlYnsfMWA7qk2RkKFR8yxW3aoPZbuIXoGcl4kWVn62/TD43duBw0r21PeK3XmblCY00HVgGYU57PZqV5VPmH1sQ6UBAqbfF98VovJ8KETRJcvtYThtfK8g= ; Received: from unknown (HELO timlap) (timlucia@12.160.199.10 with login) by smtp101.plus.mail.re2.yahoo.com with SMTP; 7 Mar 2007 17:37:17 -0000 X-YMail-OSG: mIYJZl4VM1mv9tPA28e7Z8KW7BYsYGC9ArS2c4Bx6mwj3Nz5nJjo5uZkNHc6Y.giCUQB6vhTo8faFuziXZksWcB6suxheG.y8eXgaX54HyeQ79.5lbX0wWD4yTuqBhAzk0Ah1icc6F1Xtuk- From: "Tim Lucia" To: "'Tomcat Users List'" References: <6.2.3.4.1.20070307101240.01c76840@pop.gmail.com> <6.2.3.4.1.20070307105718.01c75708@pop.gmail.com> Subject: RE: Console Logging Date: Wed, 7 Mar 2007 12:37:13 -0500 Message-ID: <009f01c760df$3e095140$320f19ac@timlap> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: Acdg0ZLCQZq1HksYT1muRejtaUNrpwADScCg In-Reply-To: <6.2.3.4.1.20070307105718.01c75708@pop.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I wrote an application which allows you to modify the running log4j configuration on the fly. It's a Struts app, and relies on the fact that tomcat and all the apps are running out of common/lib/log4j*.jar and common/classes/log4j.properties. However, you could add the servlet, jars, and mappings to a single app if you wish. I have found it useful for turning up or down logging levels on a running production system. It will revert to your log4j.properties configuration as well, so you can easily go back to the configured settings when you're done. I can send you (or anyone else who is interested) the sources and/or war. PM me off-list. Tim > -----Original Message----- > From: Peter Kennard [mailto:peterk@livingwork.com] > Sent: Wednesday, March 07, 2007 10:59 AM > To: Tomcat Users List > Subject: Re: Console Logging > > I did what it says here > http://minaret.biz/tips/log4j.html > but no results. > > I havn't found other decent "instructions" yet. > PK > > > --------------------------------------------------------------------- > 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 --------------------------------------------------------------------- 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