..


Sponsored Links

How to tell the Servlet engine a default error page?

The error notification for JSP pages are usually very verbose, and when an error occurs Tomcat produces extremely detailed output of all the events that led to the generation of output wrong.

To prevent that users can view the error notifications from the Servlet engine, you can specify a default page that appears when incorrect results:

 



 <% @ Page ErrorPage = "error.jsp"%>

 

In the same category ...
E-Learning
Flash MX and ActionScript (Course) Flash MX and ActionScript (Course)
Become a developer of Web sites from 29 €.
Javascript (Course) Javascript (Course)
Complete guide to client-side scripting. From 39 €.
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
Sponsored Links