Can I use a Tomcat Valve with Jetty?
Is it possible to use a Valve for Tomcat al开发者_StackOverflow社区so together with Jetty? If yes how can I set it up with jetty.xml and/or embedded?
No. Valve is a Tomcat-specific thing, not part of Servlet specification. However, you can share filters.
精彩评论