Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 41131 invoked from network); 8 Aug 2009 01:02:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Aug 2009 01:02:10 -0000 Received: (qmail 59032 invoked by uid 500); 8 Aug 2009 01:02:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 58961 invoked by uid 500); 8 Aug 2009 01:02:14 -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 58947 invoked by uid 99); 8 Aug 2009 01:02:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2009 01:02:14 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [75.180.132.122] (HELO cdptpa-omtalb.mail.rr.com) (75.180.132.122) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2009 01:02:04 +0000 Received: from [192.168.1.20] (really [72.189.167.245]) by cdptpa-omta01.mail.rr.com with ESMTP id <20090808010142709.XRVL18482@cdptpa-omta01.mail.rr.com> for ; Sat, 8 Aug 2009 01:01:42 +0000 Message-ID: <4A7CCE76.40902@infoisland.net> Date: Fri, 07 Aug 2009 21:01:42 -0400 From: Allen Williams Reply-To: anw-dist@infoisland.net User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Console Output Not Going Anywhere Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to get Tomcat 6 up and working; didn't have this problem on 5. The code: System.err.println does not print to the log files. With this logging.properties: org.apache.catalina.core.ContainerBase.[Catalina].[info-dev].[/infoisland].level = ALL org.apache.catalina.core.ContainerBase.[Catalina].[info-dev].handlers = 3info-dev.org.apache.juli.FileHandler I get some exceptions, etc. in the info-dev.log file. With this: org.apache.catalina.core.ContainerBase.[Catalina].[info-dev].[/infoisland].level = ALL org.apache.catalina.core.ContainerBase.[Catalina].[info-dev].[/infoisland].handlers = java.util.logging.ConsoleHandler I get zero bytes. In neither of the above cases to I get the output from several System.err.println's or System.out.println's. Can someone tell me how to find out where my console is going, or how to redirect it? TIA anw --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org