1、默认错误页面设置
<error-page> <exception-type>java.lang.Throwable</exception-type> <location>/WEB-INF/pages/404.jsp</location> </error-page> <error-page> <error-code>404</error-code> <location>/WEB-INF/pages/404.jsp</location> </error-page>
其他的不用修改只需要在web.xml添加error-page标签