Create Servlet Dialog

Refer to this table when generating a WebApp component implementation.

Field Description
Name Name of the servlet
Description Description of the servlet
Initialization Parameters Name-value initialization parameters are used to convey setup information. Typical examples are a Webmaster’s e-mail address, or the name of a system that holds critical data.
URL Mappings

Upon receipt of a client request, the URL mappings determine the Web application to which to forward it. For more details, see URL Mappings.