Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 94902 invoked from network); 19 Apr 2006 20:44:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2006 20:44:00 -0000 Received: (qmail 98812 invoked by uid 500); 19 Apr 2006 20:43:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 98792 invoked by uid 500); 19 Apr 2006 20:43:47 -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 98781 invoked by uid 99); 19 Apr 2006 20:43:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 13:43:47 -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 ugur_dincer@hotmail.com designates 65.54.168.12 as permitted sender) Received: from [65.54.168.12] (HELO hotmail.com) (65.54.168.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 13:43:45 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 19 Apr 2006 13:43:24 -0700 Message-ID: Received: from 65.54.168.200 by by113fd.bay113.hotmail.msn.com with HTTP; Wed, 19 Apr 2006 20:43:20 GMT X-Originating-IP: [194.237.142.5] X-Originating-Email: [ugur_dincer@hotmail.com] X-Sender: ugur_dincer@hotmail.com In-Reply-To: <1dcb77ff0604170345y1ab3a475ycde6a72e4f8c7a6@mail.gmail.com> From: "Ugur Dincer" To: users@tomcat.apache.org Subject: Re: Tomcat embedded Valve's Date: Wed, 19 Apr 2006 22:43:20 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 19 Apr 2006 20:43:24.0469 (UTC) FILETIME=[E740CE50:01C663F1] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N By implementing Context and extending StandardContext + using setBasic, addValve(). //Ugur From: "Vivek Mohan" Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: Tomcat embedded Valve's Date: Mon, 17 Apr 2006 16:15:03 +0530 and how was it solved? On 4/17/06, Ugur Dincer wrote: > problem solved :-) > > > From: "Ugur Dincer" > Reply-To: "Tomcat Users List" > To: users@tomcat.apache.org > Subject: Tomcat embedded Valve's > Date: Sun, 16 Apr 2006 19:12:22 +0200 > MIME-Version: 1.0 > X-Originating-IP: [194.237.142.10] > X-Originating-Email: [ugur_dincer@hotmail.com] > X-Sender: ugur_dincer@hotmail.com > Received: from mail.apache.org ([209.237.227.199]) by > bay0-mc10-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, > 16 Apr 2006 10:12:50 -0700 > Received: (qmail 39153 invoked by uid 500); 16 Apr 2006 17:12:48 -0000 > Received: (qmail 39142 invoked by uid 99); 16 Apr 2006 17:12:47 -0000 > Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by > apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 10:12:47 -0700 > Received: pass (asf.osuosl.org: domain of ugur_dincer@hotmail.com designates > 65.54.168.42 as permitted sender) > Received: from [65.54.168.42] (HELO hotmail.com) (65.54.168.42) by > apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 10:12:47 -0700 > Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; > Sun, 16 Apr 2006 10:12:26 -0700 > Received: from 65.54.168.200 by by113fd.bay113.hotmail.msn.com with > HTTP;Sun, 16 Apr 2006 17:12:22 GMT > X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPt4iogl2abg+M= > Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm > Precedence: bulk > List-Help: > List-Unsubscribe: > List-Post: > List-Id: > Delivered-To: mailing list users@tomcat.apache.org > X-ASF-Spam-Status: No, hits=1.9 > required=10.0tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS > X-Spam-Check-By: apache.org > X-OriginalArrivalTime: 16 Apr 2006 17:12:26.0696 (UTC) > FILETIME=[EF64AC80:01C66178] > X-Virus-Checked: Checked by ClamAV on apache.org > Return-Path: users-return-144175-ugur_dincer=hotmail.com@tomcat.apache.org > > Hi, > I'm running Tomcat embedded and have some questions. > 1. How can I define a Valve so it can be invoked for any request, without > using web.xml nor server.xml? > StandardHost.addValve(...) doesn't have any effect. > Is implementation of Lifecycle required in this case? > > 2. Is it possible to define the execution order of Valve's, or does Tomcat > use the order in server/web.xml ? And how can that order be modified if not > using server.xml nor web.xml > > Thanks! > Ugur > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > -- I told the doctor I broke my leg in two places. He told me to quit going to those places. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org