
hi i am getting an error code 404 so that i placed it in web.xml as a Errorpage.jsp but where should i locate ErrorPage.jsp plz help me out

hi vankat,
save your errorpage.jsp in your project folder and then use
<%@ page errorPage="errorpage.jsp" %> in all the pages such that there is no necessity to use try catch blocks, the error page will handle the errors.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.