Posted By:
Anonymous
Posted On:
Friday, February 3, 2006 08:48 AM
Would anyone happen to know how to configure the web.xml if I want to use a servlet as an error page.
I have tried:
java.lang.Exception
/myPackage/ErrorServlet
and
Error Servlet
myPackage.ErrorServlet
1
...
java.lang.Exception
/Error Servlet
Thanks,
Ane