Custom 404 error page not working with Struts 2
问题 I am converting a JSP/Servlet dynamic web project to Struts 2 and the custom error pages (that previously worked with the JSP/Servlet version) have stopped working. When I induce a 404 error by accessing a non-existent page like abc.jsp , it throws below exception: SEVERE: Servlet.service() for servlet jsp threw exception The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed