I am having a problem with a custom error page. I have the following information in my web.xml file:
Here is FileNotFound.java
And then my
JSP And all I get is the default HTTP 404 File Not Found page. I don't get my custom page. I don't even get
Tomcat's default error page unless I remove the custom error from the web.xml file.
I have also tried specifying the JSP instead of mapping through a
servlet but that gets me the same bad results. Any tips?
Thanks.