Hi guys I am trying to define an error page for exception thrown by the servlet. I use tomcat3.2 and context in server.xml is <Context path="/abhi" docBase="/home/abhijeet/jsp_prac" crossContext="true" debug="0" reloadable="true" trusted="false" > </Context> and the error-page entry in web-application deployment descripter is <error-page> <exception-type> java.util.NoSuchElementException </exception-type> <location>/errorpage.html</location> </error-page> after doing this i get following error on the browser, when exception is thrown by the servlet. Not Found (404) Original request: /abhi//errorpage.html Not found request: /abhi//errorpage.html I tried changing /errorpage.html to errorpage.html but it does not work. I didn't understand what is the problem. please help
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
How about calling the same page errorpage.jsp
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.