NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
4-25
NSJSP Manager Operations
Table 4-11 lists the attributes displayed in the Filters page.
Viewing Initialization Parameters
The Java servlet specification enables you to define the initialization parameters for
each application. You can configure the initialization parameters using the
context-param configuration element in the web.xml or the Parameter element
nested under the Context element in the context.xml file.
To view the parameters of the applications, complete the following steps:
1. Complete the steps described in Viewing Application Summary on page 4-10.
2. Click Initialization Parameters.
The Initialization Parameters page for the selected application appears. Figure 4-13
shows a sample Initialization Parameters page for an application.
Table 4-12
lists the context initialization parameters.
Table 4-11. Attributes in the Filters Page
Attribute Description
Filter Name Logical name of the filter.
Filter Class Fully qualified class name of the filter.
Description Filter description as defined in the Deployment Descriptor.
Figure 4-13. Initialization Parameters Page
Table 4-12. Context Initialization Parameters
Parameters Description
Param Name Name of the initialization parameter.
Param Value Value set for the parameter.
Source Location where the parameter is defined. The web.xml file is
one of the locations where you can configure the parameters.