struts2 错误页面处理
今天做项目,异常页面处理,我把所有404,500错误配置的web.xml但是action找不到时不会跳转到错误页面去,大家有什么办法么...
今天做项目,异常页面处理,我把所有404,500错误配置的web.xml但是action找不到时 不会跳转到错误页面去,大家有什么办法么
展开
3个回答
展开全部
<error-page>
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>
web.xml中的
<welcome-file-list>
<!-- <welcome-file>autoLogin.jsp</welcome-file> -->
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>login.jsp</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>
并排就可以了
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>
web.xml中的
<welcome-file-list>
<!-- <welcome-file>autoLogin.jsp</welcome-file> -->
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>login.jsp</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>
并排就可以了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
赞同楼上的,web.xml中配置有一定的顺序,像转码就要放在最前面,而error-page得放在最后面,你去查查这方面的资料
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
找不到action好像也是404错误,所以按楼上的配置方法一定可以配置好
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询