Archive | February 24th, 2009

Error Pages in JSP 2.0

February 24, 2009

0 Comments

We can configure error pages in jsp and servlets to direct the control to a custom error page, showing a friendly error message to the user when an exception is thrown in the page. But tracking or logging the exception information is not very easy in JSP 1.2. JSP 2.0 fixes this problem by switching [...]

email