소장자료관 에러페이지 설정 추가

This commit is contained in:
ecpla 2022-01-27 14:18:17 +09:00
parent 188bdf90a9
commit f276b3c018
2 changed files with 33 additions and 1 deletions

View File

@ -86,14 +86,46 @@
<exception-type>java.lang.Throwable</exception-type> <exception-type>java.lang.Throwable</exception-type>
<location>/common/error-throw.jsp</location> <location>/common/error-throw.jsp</location>
</error-page> </error-page>
<error-page>
<error-code>401</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<error-page>
<error-code>403</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<error-page> <error-page>
<error-code>404</error-code> <error-code>404</error-code>
<location>/common/error404.jsp</location> <location>/common/errorCommon.jsp</location>
</error-page>
<error-page>
<error-code>405</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<error-page>
<error-code>408</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<error-page>
<error-code>413</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<error-page>
<error-code>414</error-code>
<location>/common/errorCommon.jsp</location>
</error-page> </error-page>
<error-page> <error-page>
<error-code>500</error-code> <error-code>500</error-code>
<location>/common/error500.jsp</location> <location>/common/error500.jsp</location>
</error-page> </error-page>
<error-page>
<error-code>501</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<error-page>
<error-code>505</error-code>
<location>/common/errorCommon.jsp</location>
</error-page>
<security-constraint> <security-constraint>
<web-resource-collection> <web-resource-collection>