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

Migrating to NSJSP 6.1
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide596210-006
7-21
Considerations for Migrating Web Applications from
NSJSP 5.0 to NSJSP 6.1
Table 7-10. Context Definition Attributes in NSJSP 5.0 and NSJSP 6.1
Attribute NSJSP 5.0 NSJSP 6.1
managerChecksFr
equency
Frequency of session expiry and
related manager operations.
Not Applicable
This is replaced by the
processExpiresFrequenc
y attribute of the Manager
element.
ResourceParams Used to define the configuration
parameters for the resource
specified in the <Resource>
definition. For example,
<Resource
name="jdbc/EmployeeDB"
auth="Container"
type="javax.sql.DataSourc
e"
description="Employees
Database for HR
Applications"/>
<ResourceParams
name="jdbc/EmployeeDB">
<parameter>
<name>driverClassName</na
me>
<value>org.hsql.jdbcDrive
r</value>
</parameter>
<parameter>
<name>driverName</name>
<value>jdbc:HypersonicSQL
:database</value>
</parameter>
Not Applicable
Resource parameters are
configured as attributes of the
resource in the <Resource>
definition. For example,
<Resource
name="jdbc/EmployeeDB"
auth="Container"
type="javax.sql.DataSo
urce"
description="Employees
Database for HR
Applications"
driverClassName=”
org.hsql.jdbcDriver”
driverName=”
jdbc:HypersonicSQL:dat
abase”/>