1. 程式人生 > >WEB.XML error-page 配置錯誤頁面

WEB.XML error-page 配置錯誤頁面

<error-page> 
        <error-code>500</error-code> 
        <location>/error.jsp</location> 
 </error-page>

 <error-page> 
        <exception-type>java.lang.NullPointerException</exception-type> 
        <location>/error.jsp</location> 
 </error-page>