Servlet mapping assembly settings

A servlet mapping is a correspondence between a client request and a servlet.

Access this page by traversing the following path in the Application Assembly Tool:

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:

Data type String
Servlet (Required, String)
Specifies the name of the servlet associated with the URL pattern.
Data type String