Hi,
thanks for the replies. But it doesn't work in my system. I must be missing something really.
Here is the dir. structure of my JSP.
tomcat_home\webapps\error\errorhandler.jsp
tomcat_home\webapps\error\errorpage.jsp
Now i have placed a web.xml with only the entries you suggested under...
Hi,
I am totally lost now. In the Tomcat JSP examples, all i see is that there are only JSPC servlet mappings. And in these too, the error page example doesn't work. All i have in my test project is 2 simple JSP files. Do i need to configure web.xml ?
I guess need a simple JSP-ONLY on Tomcat...
Hi,
The simple example to capture a form value and display my error page under Tomcat 5.0 doesn't work. I have an errorhandler.jsp which looks like this -
-------------
<%@ page errorPage="errorpage.jsp" %>
<html>
<body>
<form method=post action="errorhandler.jsp">
What's the coolest...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.