Is it possible to use a Valve for Tomcat also together with Jetty? If yes how can I set it up with jetty.xml and/or embedded?
+2
A:
No. Valve is a Tomcat-specific thing, not part of Servlet specification. However, you can share filters.
ZZ Coder
2010-05-27 20:03:44