开发者

Can I use a Tomcat Valve with Jetty?

开发者 https://www.devze.com 2023-01-01 12:32 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消