Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 9903 invoked from network); 9 Oct 2009 13:51:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 13:51:37 -0000 Received: (qmail 6720 invoked by uid 500); 9 Oct 2009 13:51:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 6646 invoked by uid 500); 9 Oct 2009 13:51:33 -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 6635 invoked by uid 99); 9 Oct 2009 13:51:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 13:51:33 +0000 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 (nike.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; Fri, 09 Oct 2009 13:51:21 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Fri, 09 Oct 2009 08:50:58 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 9 Oct 2009 08:50:58 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 9 Oct 2009 08:50:58 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.42]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Fri, 9 Oct 2009 08:50:57 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Fri, 9 Oct 2009 08:50:53 -0500 Subject: RE: Re Directing tomcat console out put to log files Thread-Topic: Re Directing tomcat console out put to log files Thread-Index: AcpIy6ttsHEdbXcKRLGtYPQCbYaDkwAG3tNg Message-ID: <99C8B2929B39C24493377AC7A121E21F840568D894@USEA-EXCH8.na.uis.unisys.com> References: <25818644.post@talk.nabble.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 09 Oct 2009 13:50:58.0202 (UTC) FILETIME=[8788DFA0:01CA48E7] X-Virus-Checked: Checked by ClamAV on apache.org > From: Ziggy [mailto:ziggy25@gmail.com] > Subject: Re: Re Directing tomcat console out put to log files >=20 > all output for System.out statements should by default go to the > tomcat log file which is in $CATALINA_HOME/logs/catalina.out That's not quite correct. The logs/catalina.out file is not really a log f= ile, since there's no handler for it; it's simply a redirection of stdout a= nd stderr established by the startup scripts on Linux and UNIX platforms. = The standard Windows scripts do no such redirection. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL 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 atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org