I have made a Customised error page and want to display that when an error occurs. The entry of the same has been done in web.xml(Jboss). Although it prints the System.out.println statement on Console, written on that error page but does not make the HTML page to show on Browser. Also I have to acheive this without adding <@errorPage ...> tag in each and every JSP ...Is it possible ....
Not sure why this is. I looked at the headers with a packet sniffer and it's not trying to re-direct to the error page. With forwards, it shouldn't matter if the jsp is under WEB-INF.
have tried with JSP out of web-inf but still not working also I am using struts so is there any facility in struts 1.0 to handle exception (in strut-sconfig.xml)