posted 18 years ago
Could anyone get to teh root of this problem....or is it just that I'm doin' somethin' wrong....at first I thought I am....but then checked it over and over again...I've provided the code ...could someone try it on a system....
I've done nothin' special here but just configured an error page "errorPage.jsp" ....specified the same in the DD....and generating an exception from "test.jsp"....Here's the code:
test.jsp
the DD
errorPage.jsp
Here's what happens when I run the app....it gives me a msg "Page cannot be displayed...Status Code 500...internal server error..."
BUT if I change the code in test.jsp from ${10%0} to ${10/0}(eradicate the error), redeploy and run it(normal execution...it prints infinity), change the code back to ${10%0}(get the error back in) without undeploying the application then it works fine(shows the error page)...Anybody's got a clue??
[ December 07, 2006: Message edited by: Sayak Banerjee ]
[ December 08, 2006: Message edited by: Sayak Banerjee ]
Turn on, tune in, drop out.