Filter Like behaviour within Tomcat Itself?

2006-09-22 Thread Mike Wannamaker

What I would like to do is have something registered with Tomcat so that all
requests that come to all contexts, or configured per context, will first go
through this class before even getting to the applications servlets/filtes.

This itself would act much like a Filter does, but I don't want to have to
enforce all web apps to setup the filter, just want to do it at Tomcat level
with apps even knowing.

Thanks

--ekiM

--
Every man should believe in something, and I believe I will have another
beer!



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Filter Like behaviour within Tomcat Itself?

2006-09-22 Thread Peter Crowther
 From: Mike Wannamaker 
 What I would like to do is have something registered with 
 Tomcat so that all
 requests that come to all contexts, or configured per 
 context, will first go
 through this class before even getting to the applications 
 servlets/filtes.

You want a Valve.  These can be configured at the server level.

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]