From users-return-150449-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Aug 29 12:00:08 2006 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 77836 invoked from network); 29 Aug 2006 12:00:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 12:00:08 -0000 Received: (qmail 99969 invoked by uid 500); 29 Aug 2006 11:59:55 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 99945 invoked by uid 500); 29 Aug 2006 11:59:55 -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 99934 invoked by uid 99); 29 Aug 2006 11:59:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 04:59:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [204.127.192.85] (HELO rwcrmhc15.comcast.net) (204.127.192.85) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 04:59:53 -0700 Received: from [192.168.0.101] (c-69-255-56-239.hsd1.md.comcast.net[69.255.56.239]) by comcast.net (rwcrmhc15) with ESMTP id <20060829115932m1500a6n5ne>; Tue, 29 Aug 2006 11:59:32 +0000 Message-ID: <44F42C24.9000100@apache.org> Date: Tue, 29 Aug 2006 07:59:32 -0400 From: Mark Thomas User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Problems configuring the RequestDumperValve References: <44F3EA57.4020004@wirkle.com> <44F42904.70401@wirkle.com> In-Reply-To: <44F42904.70401@wirkle.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 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 Santosh Puranshettiwar wrote: > Any ideas? >> >> >> The above lines are in a file named mcs.xml inside webapps/mcs/WEB-INF >> >> But still the RequestDumperValue does not print anything on the console. >From the docs: Standard Output Logger (org.apache.catalina.logger.SystemOutLogger) The Standard Output Logger records all logged messages to whatever stream the standard output of Catalina is pointed at. The default Catalina startup script points this at file logs/catalina.out relative to $CATALINA_HOME. This logger supports no additional attributes. Therefore, I would not expect to see anything on the console but in logs/catalina.out Mark --------------------------------------------------------------------- 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