作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Tomcat 7 不支持 Tomcat 6 及更早版本可用的 RequestDumperValve。
在 Tomcat 7 中推荐的替代品是什么?
最佳答案
为了回答我自己的问题,更广泛的谷歌搜索得出了这个:
RequestDumperValve has been replaced by RequestDumperFilter, part of an effort to replace Valves with Filters to be more spec-compliant, and therefore more flexible. This is the class you want: org.apache.catalina.filters.RequestDumperFilter
Also see: http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Request_Dumper_Filter
Note that you will configure this component in web.xml, now, and not in context.xml.
关于tomcat - 替换 Tomcat 7 中的 RequestDumperValve,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5672904/
Tomcat 7 不支持 Tomcat 6 及更早版本可用的 RequestDumperValve。 在 Tomcat 7 中推荐的替代品是什么? 最佳答案 为了回答我自己的问题,更广泛的谷歌搜索得出
我是一名优秀的程序员,十分优秀!