Are there any spec-based utilities for the WebApp (web.xml) model? For
example, I want to search for servlet mappings that match a particular
servlet and that contain a url-pattern that is a "prefix mapping".
The servlet is in the server location <application folder>/WEB-INF/classes/<package>.
In the web.xml what should be the url-pattern in servlet mapping so that that servlet can be executed when
mentioned in the ACTION of a jsp file