Location of errorPage.jsp is fine.The problem arrives when exception raises.
That means when I remove the line <%int x=10/0;%> then there is no problem.Error is handled by erroPage but the page does not show.
Because the
Tomcat does not show divide/by zero exception.It shows when
I remove the errorPage directive.
please clarify this.
[ March 31, 2008: Message edited by: omi sharma ]
Edited : The errorPage is showing in firefox but not in IE 6.
why so?
[ March 31, 2008: Message edited by: omi sharma ]