Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 26227 invoked from network); 3 Oct 2007 01:26:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 01:26:38 -0000 Received: (qmail 23570 invoked by uid 500); 3 Oct 2007 01:26:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 23539 invoked by uid 500); 3 Oct 2007 01:26:13 -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 23528 invoked by uid 99); 3 Oct 2007 01:26:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 18:26:13 -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 [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 01:26:13 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss3 with InterScan Message Security Suite; Tue, 02 Oct 2007 20:25:29 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 2 Oct 2007 20:25:29 -0500 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 2 Oct 2007 20:25:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Controlling JULI logging 1) Tomcat on its own; 2) when running underEclipse. Date: Tue, 2 Oct 2007 20:25:28 -0500 Message-ID: In-Reply-To: <4702E142.6040703@als.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Controlling JULI logging 1) Tomcat on its own; 2) when running underEclipse. Thread-Index: AcgFVAUwWK7nBoZjSOezUw/y4rvyagABVavA References: <4702E142.6040703@als.com> From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 03 Oct 2007 01:25:28.0899 (UTC) FILETIME=[48592130:01C8055C] X-Virus-Checked: Checked by ClamAV on apache.org > From: Ken Bowen [mailto:kbowen@als.com]=20 > Subject: Controlling JULI logging 1) Tomcat on its own; 2)=20 > when running underEclipse. >=20 > 1) JULI logging is automatically enabled, and is controlled by the=20 > logging.properties file found in conf. > This seems to be at variance with the statement in=20 > http://tomcat.apache.org/tomcat-5.5-doc/logging.html : > " Example logging.properties file to be placed in common/classes:" The doc is not incorrect, but it is slightly incomplete. You can place a logging.properties file in each classloader's classes directory, including the one for common; this will control the logging for any classes loaded by that classloader. If there is no logging.properties file in a particular classes directory, that classloader will use the one defined by the java.util.logging.config.file system property; the default value is conf/logging.properties, set by catalina.bat or the service installer. > However, running under Eclipse appears to be immune to any changes in=20 > conf/logging.properties I don't use Eclipse, but perhaps it has set java.util.logging.config.file to point somewhere else. If you deploy Lambda Probe (www.lambdaprobe.org), it can show you what the value of all the system properties are for the running Tomcat. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- 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