Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 36736 invoked from network); 11 Oct 2006 19:59:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 19:59:44 -0000 Received: (qmail 62041 invoked by uid 500); 11 Oct 2006 19:59:34 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 61530 invoked by uid 500); 11 Oct 2006 19:59:32 -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 61519 invoked by uid 99); 11 Oct 2006 19:59:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 12:59:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.201.96.57] (HELO mail.korax.net) (216.201.96.57) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 12:59:31 -0700 Received: from [127.0.0.1] (94.34.234.216.rev.connection.ca [216.234.34.94]) by mail.korax.net (Postfix) with ESMTP id 0C557170539 for ; Wed, 11 Oct 2006 15:59:11 -0400 (EDT) Message-ID: <452D4D19.6090409@sysconet.ca> Date: Wed, 11 Oct 2006 15:59:21 -0400 From: Rizwan Merchant User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: catalina.out not rolling References: <452C7762.7070007@sysconet.ca> <452CD9F7.3030006@cornell.edu> <452D3791.3010803@sysconet.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Shankar, I am not using System.out commands in my webapps. for some reason, the log4j messages are being appended to catalina.out I have log4j set up in my application which sends logging output to a specified file, but it also gets sent to catalina.out How do I stop this? also, is there a way to redirect the output of "kill -3 pid" command to a specific file? or will that always go to catalina.out? thanks, -Riz. Shankar Unni wrote: > Rizwan Merchant wrote: > >> So how do I stop tomcat from logging to catalina.out and into a >> different file? > > For the webapps themselves, their should have > swallowOutput="true". > > Better still, don't do System.out.println() from your webapps.. > > > --------------------------------------------------------------------- > 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