Question

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?

Was it helpful?

Solution

No. Valve is a Tomcat-specific thing, not part of Servlet specification. However, you can share filters.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top