I've mapped /* to a
servlet, but requestDispatcher.include("foo.jsp") fails since the * picks it up, and sends that over to the very same servlet. How can I make it so that any user-entered url is directed to a servlet, but something like include nicely puts me through to /WEB-INF/jsp/anyfile.jsp?