Context parameter assembly settings
A servlet context defines the server view of the Web application within
which the servlet is running. The context also allows a servlet to access
resources available to it. Using the context, a servlet can log events, obtain
URL references to resources, and set and store attributes that other servlets
in the context can use.
Access this page by traversing the following path in the Application Assembly Tool:
Web Modules > component_instance
-
Parameter name (Required, String)
- Specifies the name of a parameter, for example, dataSourceName.
-
Parameter value (Required, String)
- Specifies the value of a parameter, for example, jdbc/sample.
-
Description
- Contains a description of the context parameter.