Servlet mapping assembly settings
A servlet mapping is a correspondence between a client request
and a servlet.
To view this page in the Application Assembly Tool, click
Web Modules > component_instance
- URL pattern (Required, String)
- Specifies the URL pattern of the mapping.
The URL pattern must conform to the Servlet specification. Use the following
syntax:
- A string beginning with a slash character (/) and ending with the slash
and asterisk characters (/*) represents a path mapping.
- A string beginning with the characters *. represents an extension mapping.
- All other strings are used as exact matches only.
- A string containing only the slash character (/) indicates that the servlet
specified by the mapping becomes the default servlet of the application. In
this case, the servlet path is the request Uniform Resource Identifier (URI)
minus the context path, and the path information is null.
- Servlet (Required, String)
- Specifies the name of the servlet associated with the URL pattern.

Web applications: Resources for learning
Searchable topic ID:
uweb_rsmap
Last updated: Jun 21, 2007 4:55:42 PM CDT
WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/uweb_rsmap.html