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

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-003
3-54
Configuring the Persistent Store
To configure a NonStopSQLJDBCStore, add a <Store> element nested under the
<Manager> element using these attributes:
checkInterval
The number of seconds between checks for expired sessions that are stored in the
NonStop SQL Database. The default is 60 seconds.
className
The Java class name of the implementation to use. Specify
com.tandem.servlet.catalina.session.NonStopSQLJDBCStore.
debug
The debug level for messages logged to the associated <Logger>. Higher
numbers generate more detailed output. The default is 0 (zero).
driverName
The fully qualified Java class name of the JDBC driver to be used.
For SQL/MP, specify the value com.tandem.sqlmp.SQLMPDriver. You must
have the sqlmp.jar file in your classpath.
For SQL/MX, specify the value com.tandem.sqlmx.SQLMXDriver. You must
have the jdbcMx.jar file in your classpath.
connectionURL
The connection URL to hand to the JDBC driver to establish a connection to the
database containing the session information.
For SQL/MP, specify the value jdbc:sqlmp:
For SQL/MX, specify the value jdbc:sqlmx:
sessionTable
The name of the NonStop SQL database table used for storing swapped
out/backed up sessions. This table must contain at least the database columns that
are configured by the Column Name attributes of the <Store> element specified
below. The session table name can be a DEFINE name of the form
=<Define Name> or a fully qualified Guardian file of the form
$$Volume.SubVolume.FileName. Note that the “$$” sign is used to escape the
$ sign in the XML parsing.
sessionIdCol
The name of the NonStop SQL database column contained in the specified
sessionTable that contains the session identifier of the swapped out/backed up
session. This column type must accept at least as many characters as contained in
the session identifiers created by the NSJSP container (typically 38).