Venkata Naga Jyothi Vure
error404
1 Answer(s)      2 years and 4 months ago
Posted in : JSP-Servlet

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

View Answers

January 7, 2011 at 2:46 PM


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.









Related Pages:
error404
error404  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

Ask Questions?

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.