tomcat - Understanding JSP errorPage attribute -


I set up to see a simple test how & lt;% @ page errorPage = "error.jsp" %> Behaves it seems that when I threw an exception, "error.jsp" was executed on that page, but if I do test syntax errors such as ";", then still me I'm getting the Tomcat error page. Do I have something missing or error page on any type of error? Is not executed?

The JSP error page is only for timely errors (when the page is full), Tomcat Errors collect errors when servlet container tries to compile your JSP.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -