到處學習

          web.xml錯誤信息轉向配置

          <?xml version="1.0" encoding="UTF-8"?>
          <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
              id="WebApp_ID" version="2.5">
              <display-name>mnoa</display-name>
              <welcome-file-list>
                  <welcome-file>index.html</welcome-file>
                  <welcome-file>index.htm</welcome-file>
                  <welcome-file>index.jsp</welcome-file>
                  <welcome-file>default.html</welcome-file>
                  <welcome-file>default.htm</welcome-file>
                  <welcome-file>default.jsp</welcome-file>
              </welcome-file-list>
              
              <!-- 根據錯誤碼進行跳轉 -->

              <error-page>

                  <error-code>500</error-code>

                  <location>/error.jsp</location>

              </error-page>

              <!-- 根據異常進行跳轉 -->

              <error-page>

                  <exception-type>java.lang.NullException</exception-type>

                  <location>/error.jsp</location>

              </error-page>
          </web-app>

          posted on 2012-05-31 22:48 小雨 閱讀(350) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 侯马市| 台江县| 广饶县| 田阳县| 嵩明县| 专栏| 衡东县| 满洲里市| 常德市| 瑞丽市| 苗栗县| 桃园县| 保山市| 合作市| 拜城县| 内丘县| 内黄县| 大悟县| 浙江省| 和顺县| 巨鹿县| 永善县| 沂源县| 四子王旗| 中卫市| 万源市| 广德县| 射洪县| 星子县| 互助| 湛江市| 西乌珠穆沁旗| 永年县| 沙洋县| 察雅县| 紫云| 怀来县| 安徽省| 贡嘎县| 大同县| 平陆县|