Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 65223 invoked from network); 1 Jul 2008 14:09:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 14:09:25 -0000 Received: (qmail 51103 invoked by uid 500); 1 Jul 2008 14:09:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51072 invoked by uid 500); 1 Jul 2008 14:09: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 51061 invoked by uid 99); 1 Jul 2008 14:09:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 07:09:14 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 14:08:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KDgXC-0002kH-Rv for users@tomcat.apache.org; Tue, 01 Jul 2008 07:08:42 -0700 Message-ID: <18215156.post@talk.nabble.com> Date: Tue, 1 Jul 2008 07:08:42 -0700 (PDT) From: Calimero To: users@tomcat.apache.org Subject: Tomcat RemotingPhaseListener MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: calimero.de.bcn@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, Tomcat writes in a log all connections to jsf pages in this way : 01-jul-2008 8:06:00 org.apache.shale.remoting.faces.RemotingPhaseListener afterPhase INFO: Checking view identifier '/registro/reservas.jsp' I'm dealing with JSF lifecycle. Maybe I've to precise i use a "Login" filter which has to verify user data for access permissions questions : 1) writing everytime (4/5sec.) in log decreases tomcat velocity ? i can imagine... well in this case how can i turn it off ? (i saw there is a logging.properties in conf directory but i don't know values i 've to replace / substitute ). 2) If i refer to the shale API : the RemotingPhaseListener is : A JavaServer Faces PhaseListener that provides support for intercepting some incoming requests, and processing them separately from the standard Request Processing Lifecycle, without requiring explicit configuration (for example, of a Servlet or a Filter). hum well it hard to me thinking all requests from my application are processed separately from the standard Request Processing Lifecycle. May be i don't understand correctly... Someone could explain me please ? Thx. -- View this message in context: http://www.nabble.com/Tomcat-RemotingPhaseListener-tp18215156p18215156.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- 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