K. Tsang wrote:Does your result.jsp page have the errorPage attribute defined?
And where are you explicitly throwing exception in your program? in the servlet?
Hi Sang,
Yes, im throwing exception inside my servlet by using the below statement.
There is no such file name in the path, so i get an error in the console stating no file found IO exception which is expected.
But I am expecting the server will show the error.jsp page as per the below declaration in web.xml.
But somehow thats not happening, please advise.