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
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 v