Guys I am struggling with the problem of opening my custom error page in Tomcat in Windows Environment. Some of solution I got but no luck. I tried almost all links but its
Try putting the following snippet in your WEB-INF/web.xml
WEB-INF/web.xml
500 /Error.jsp java.lang.Exception /Error.jsp
In this case Error.jsp is at the same level as WEB-INF directory (not inside it).
Error.jsp
WEB-INF