RE: Valves

2011-09-13 Thread Caldarale, Charles R
> From: Ricardo Bayley [mailto:ricardo.bay...@gmail.com] > Subject: Valves > I read this articles but I don't understand where or which > xml file to edit. > Can anyone tell me where should I configure it ? You configure the at the desired scope. If you want it to affect only the one webapp,

Re: Valves

2011-09-13 Thread David Bernard
Here the search result in tomcat 6.0 installation: F:\Tomcat 6.0\conf Searching for: valves context.xml(32): server.xml(19): define subcomponents such as "Valves" at this level. server.xml(50): so you may not define subcomponents such as "Valves" at this level. server.xml(115): server.xml(141):

Re: Valves being converted to Filters?

2009-10-22 Thread Elli Albek
that case it may be safer to just use that class in the method signatures. E - Original Message - From: Christopher Schultz To: Tomcat Users List Sent: Wed, 21 Oct 2009 08:11:17 -0700 (PDT) Subject: Re: Valves being converted to Filters? Will there be a way to grab information from

Re: Valves being converted to Filters?

2009-10-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/20/2009 9:47 PM, Mark Thomas wrote: >> Is there a specific reason for this? > > Portability, reduce internal code duplication (filters & valves have a lot in > common) Also, Tomcat has never provided standard request and response wrappe

Re: Valves being converted to Filters?

2009-10-21 Thread Mark Thomas
Eric B. wrote: > "Mark Thomas" wrote in message > news:200910202047470...@265006334... > >>> Although I love filters, I find that valves have a very specific need >>> within >>> the container as well; it allows you to configure the container >>> independently of the application. If everything

RE: Valves being converted to Filters?

2009-10-20 Thread Elli Albek
So is there still going to be an API to plug into the tomcat internals and do things that the servlet API does not support? E -Original Message- From: Cyrille Le Clerc [mailto:clecl...@xebia.fr] Sent: Tuesday, October 20, 2009 4:06 PM To: Tomcat Users List Subject: Re: Valves being

Re: Valves being converted to Filters?

2009-10-20 Thread Eric B.
"Mark Thomas" wrote in message news:200910202047470...@265006334... >> Although I love filters, I find that valves have a very specific need >> within >> the container as well; it allows you to configure the container >> independently of the application. If everything is moving to filters, >>

Re: Valves being converted to Filters?

2009-10-20 Thread Mark Thomas
> From: "Eric B." > To: users@tomcat.apache.org > Sent: 20/10/09, 15:38:59 > Subject: Valves being converted to Filters? > Is this true? Is Tomcat moving away from valves and towards filters in the > next version(s)? Sort off. Ideally everywhere but I suspect some valves will remain. > Is the

Re: Valves being converted to Filters?

2009-10-20 Thread Cyrille Le Clerc
   Hello Henri,    I was referring to public information such as : - Google Summer Of Code 2009, project "Convert current Tomcat valves to Servlet Filters" : http://wiki.apache.org/tomcat/SummerOfCode2009 and the various associated emails on Tomcat dev mailing list. - Mark Thomas post on Tomcat us