Web.xml 错误或异常页面配置
Posted 洁瑞小弟
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web.xml 错误或异常页面配置相关的知识,希望对你有一定的参考价值。
<error-page>
<error-code>404</error-code>
<location>/error/hello?i=1</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/WEB-INF/error/500.jsp</location>
</error-page>
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/WEB-INF/exception/error.jsp</location>
</error-page>
以上是关于Web.xml 错误或异常页面配置的主要内容,如果未能解决你的问题,请参考以下文章
正在处理的页面只是在错误/异常中途留空,而不是转发到 web.xml 中指定的错误页面
Choose unique values for the 'webAppRootKey' context-param in your web.xml files! 错误的解决(代码片段