Resin配置错误响应页面
1、Resin配置错误响应页面<web-app id='/app1'>
<error-page error-code='404' location='/file_not_found.jsp'/>
</web-app>
2、Resin配置Exception违例页
<web-app id='/foo'>
<error-page exception-type='java.lang.NullPointerException' location='/nullpointer.jsp'/>
</web-app>
备注:返回页面只能使用本服务的页面。
页:
[1]