Servlet mappings

Servlet mappings are part of the deployment descriptor for your Web application. Servlet mappings control how you access a Web application’s servlet. For example, you can prepend a Web application’s context path to an alias that is mapped to a servlet.The following URL invokes a servlet mapped to the alias “Account” in the application with context path “Finance:”

http://myhost/Finance/Account?type=add