In order to check the Error Page I tried the example given in the HFSJ pg. 458. Without an error in the badPage.jsp and errorPage.jsp are working fine.
But, When I put <% int x = 10/0; %> and run, I get the "The Page Cannot be displayed - HTTP 500 internal Server Error" instead of my own errorPage.jsp.
Why? and How can I get the errorPage.jsp displayed?