Web Tool Window | Context Menu of a Web module | Jump To Source |
Assembly Descriptor | Servlet Mappings

Use this pane to map servlets to URL patterns. Based on the settings you specify, the properties of the <servlet-mapping> element are generated in web.xml.

ItemProperty
generated in web.xml
Description
URL Pattern <url-pattern> Specify the pattern that will be used to resolve URL addresses.
Servlet <servlet-name> Specify the name of the servlet to which you are mapping the URL pattern.
add AddClick this button to add a new servlet mapping.
delete RemoveClick this button to remove the selected servlet mapping.
help.png Help F1Click this button to view the context help page.

See Also

Concepts:

Procedures:

Web Resources: