Hi all, I am looking for some reference material or tutorial over net on how to begin with development of my own tomcat 6 valves. I have started looking at a book which is for tomcat 5 and it seems to import following from catalina.jar
import org.apache.catalina.HttpResponse; import org.apache.catalina.Request; import org.apache.catalina.Response; import org.apache.catalina.ValveContext; but all these looks to be moved/changed in the tomcat 6. I am not able to find corresponding classes and thus the starting point. Googled as well but no success for such tutorial/article. Could someone please guide on the same? Regards, Hemant