Hi,
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 absent/changed in the tomcat 6. I am not able to
find corresponding classes.
Googled as well but no success for such tutorial/article.
Could someone please guide on the same?

Regards,
Amit Kumar

Reply via email to