tomcat error page


tomcat error page

web.xml에서 <error-page> <error-code>403</error-code> <location>/WEB-INF/view/exception/403.jsp</location> </error-page> <error-page> <error-code>404</error-code> <location>/WEB-INF/view/exception/404.jsp</location> </error-page> <error-page> <error-code>500</error-code> <location>/WEB-INF/view/exception/500.jsp</location> </error-page> 등과 같이 정의. 여기서 유의할 점은 403.jsp 등과 같은 에러 페이지는 반드시 512byte이상의 크기를 가져야 한다는 것이다. * html status(error) code "100" ; Section 10.1.1: Continue | "101" ; Section 10.1.2: Swi...


#errorpage #IT·컴퓨터 #tomcat #에러페이지 #톰캣

원문링크 : tomcat error page