Hi Christopher,
Youshould probably extend ValveBase so you don't have to implement all the silly management methods.http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/valves/ValveBase.htmlThiswill let you implement only the important method: invoke().
ok, I will try this. Thank you very much! Regards, Remon --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
