自定义错误页面
<!--自定义404页面-->
<error-page>
<error-code>404</error-code>
<location>/error/404.jsp</location>
</error-page>
<!--自定义500页面-->
<error-page>
<error-code>500</error-code>
<location>/error/500.jsp</location>
</error-page>

浙公网安备 33010602011771号