Tutorial for implementing a valve

2009-01-06 Thread Gregor Schneider
Dear all, I'd like to try something in Tomcat 6, and therefore I have to implement it as a valve. I know that I have to implement org.apache.catalina.valve, however, I got no clue where to start. - In which jar among all the jars delivered with Tomcat do I find the interface? - Once having the

Re: Tutorial for implementing a valve

2009-01-06 Thread Pid
Gregor Schneider wrote: Dear all, I'd like to try something in Tomcat 6, and therefore I have to implement it as a valve. I know that I have to implement org.apache.catalina.valve, however, I got no clue where to start. - In which jar among all the jars delivered with Tomcat do I find