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

NSJSP Container Objects
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
C-17
Data Sources
NSJSP supports the following resources:
Data Sources on page C-17
Mail Sessions on page C-18
Environment Entries on page C-18
User Databases on page C-19
Resource Links on page C-21
Data Sources
A Data Source represents a database connection made available in the JNDI naming
context associated with a web application. The Data Source properties are:
name (String)
The JNDI naming context that identifies the data source.
url (String)
The Connection URL for accessing the data source.
driverClass (String)
The JDBC driver class name.
username (String)
The database username to use when establishing a JDBC connection.
password (String)
The database password to use when establishing a JDBC connection.
maxActive (int)
The maximum number of active sessions supported. The default is 4.
maxIdle (int)
The maximum number of idle connections allowed. The default is 2.
maxWait (int)
Specifies the maximum wait (in milliseconds) for a connection to be established.
The default is 5000.
auth (String)
Specifies the authorization requirement. The default is the Container.