集成struts2 spring hibernate 环境tomcat6报这个错误,在web.xml也配置了404 500错误,现在也是没有效果了。
以前好好,现在随便访问一个页面Tomcat6就提示这个错误,搞了半天了,也baidu了一番,没有找个这个原因,
Tomcat6 配置如下:<!-- 配置404错误页面 -->
<error-page>
<error-code>404</error-code>
<location>/comm/404.html</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/comm/500.html</location>
</error-page>这个是Myeclipse控制台打印的09-09-02 14:18:17 DEBUG [localhost]:343 - Processing ErrorPage[errorCode=404, location=/comm/404.html]
 09-09-02 14:18:17 DEBUG [localhost]:343 - Processing ErrorPage[errorCode=404, location=/comm/404.html]
09-09-02 14:18:17 DEBUG [localhost]:343 - Processing ErrorPage[errorCode=404, location=/comm/404.html]
 09-09-02 14:18:17 DEBUG [localhost]:343 - Processing ErrorPage[errorCode=404, location=/comm/404.html]
 09-09-02 14:25:00 DEBUG [localhost]:343 - Processing ErrorPage[errorCode=404, location=/comm/404.html]
 09-09-02 14:25:00 DEBUG [localhost]:343 - Processing ErrorPage[errorCode=404, location=/comm/404.html] 有知道的帮我看看了,谢谢了,搞了半天了,不知道原因
分不够再加了,只要是能解决问题