Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12627 invoked from network); 13 Oct 2005 19:10:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 19:10:40 -0000 Received: (qmail 44774 invoked by uid 500); 13 Oct 2005 19:10:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 44760 invoked by uid 500); 13 Oct 2005 19:10:21 -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 44749 invoked by uid 99); 13 Oct 2005 19:10:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 12:10:21 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of philipchang@hotmail.com designates 64.4.61.25 as permitted sender) Received: from [64.4.61.25] (HELO hotmail.com) (64.4.61.25) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2005 12:10:23 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 13 Oct 2005 12:10:00 -0700 Message-ID: Received: from 64.4.61.200 by by102fd.bay102.hotmail.msn.com with HTTP; Thu, 13 Oct 2005 19:09:59 GMT X-Originating-IP: [66.194.223.194] X-Originating-Email: [philipchang@hotmail.com] X-Sender: philipchang@hotmail.com In-Reply-To: <1129230109.26067.ezmlm@tomcat.apache.org> From: "Philip Chang" To: users@tomcat.apache.org Subject: How to re-direct Tomcat output from console to file? Date: Thu, 13 Oct 2005 19:09:59 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 13 Oct 2005 19:10:00.0262 (UTC) FILETIME=[B539AE60:01C5D029] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I am running Tomcat 5.0.27 on Windows 2000 Pro. When I start Tomcat via C:\Tomcat 5.0\bin\startup.bat Tomcat would dump out many trace messages to the Windows Command Prompt, such as: usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -debug ] [ -nonaming ] { start | stop } Oct 13, 2005 3:05:19 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Oct 13, 2005 3:05:19 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8443 How can I redirect these trace messages to dump to a file instead? Thanks for all pointers! Philip --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org