web.xml详细设置
?<web-app>标签是web.xml的根标签,其它标签都需要嵌入到此标签中。<error-page><error-code>500</error-code><location>/500.jsp</location></error-page>?<error-page>标识错误页面。
?<web-app>标签是web.xml的根标签,其它标签都需要嵌入到此标签中。
<error-page><error-code>500</error-code><location>/500.jsp</location></error-page>
?<error-page>标识错误页面。