码迷,mamicode.com
首页 > Web开发 > 详细

Web.xml 错误或异常页面配置

时间:2017-12-03 22:54:12      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:cep   code   error   web.xml   x11   page   配置   type   div   

     <error-page> 

        <error-code>404</error-code> 
        <location>/error/hello?i=1</location> 
    </error-page> 
    <error-page> 
        <error-code>500</error-code> 
        <location>/WEB-INF/error/500.jsp</location> 
    </error-page> 
    <error-page> 
        <exception-type>java.lang.Exception</exception-type> 
        <location>/WEB-INF/exception/error.jsp</location> 
    </error-page>

Web.xml 错误或异常页面配置

标签:cep   code   error   web.xml   x11   page   配置   type   div   

原文地址:http://www.cnblogs.com/cowshed/p/7967556.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!