配置404

zoopnin 12年前發布 | 2K 次閱讀 游久

  <!-- 定義默認訪問頁 -->
    <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.action</welcome-file>
    </welcome-file-list>

<!-- 出錯頁面定義 -->
<error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>/html/error_page.html</location>
</error-page>
    <error-page>
    <error-code>500</error-code>
    <location>/html/error_page_500.html</location>
</error-page>
<error-page>
    <error-code>404</error-code>
    <location>/html/error_page_404.html</location>
</error-page>
<error-page>
    <error-code>403</error-code>
    <location>/html/error_page_403.html</location>
</error-page></pre><br />
 本文由用戶 zoopnin 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!