读书人

访问不存在页面404异常处理

发布时间: 2012-10-09 10:21:45 作者: rapoo

访问不存在页面404错误处理

web.xml

<error-page>  <error-code>404</error-code>  <location>/3GShop/index.jsp</location></error-page><error-page>  <exception-type>java.lang.Throwable</exception-type>  <location>/3GShop/index.jsp</location></error-page>
?

读书人网 >Web前端

热点推荐