Tomcat Valve: Difference between revisions

From RavenWiki
Jump to navigationJump to search
No edit summary
(Mention servlet filter)
Line 11: Line 11:
The valve is distributed under the terms of the GNU Lesser General Public License.
The valve is distributed under the terms of the GNU Lesser General Public License.


See also [http://raven.cam.ac.uk/project/java-toolkit/ Java Toolkit], [[Tomcat authenticator and JAAS implementation]] and [[JAVA Servlet Library]].
See also [http://raven.cam.ac.uk/project/java-toolkit/ Java Toolkit], [[Servlet filter]], [[Tomcat authenticator and JAAS implementation]] and [[JAVA Servlet Library]].

Revision as of 10:08, 30 August 2007

William Billingsley ( whb21 at cam.ac.uk) has written a Raven valve for Tomcat based on the Raven Java Toolkit. It is available as Java source and in a .jar archive packed with a copy of the toolkit.

He writes:

"I had to write this quickly for one of our servers. I'm sending it to the list because presumably others might need one too, and when I emailed Jon Warbrick in September he didn't have one. Alpha quality, but seems to work for me.
"source and jar attached. JAR also includes the webauth toolkit classes from the Raven project site so you can just drop it into server/lib and configure the valve in server.xml
"works for Tomcat 5.5, probably won't work for older Tomcat versions".

The valve is distributed under the terms of the GNU Lesser General Public License.

See also Java Toolkit, Servlet filter, Tomcat authenticator and JAAS implementation and JAVA Servlet Library.