NonStop Servlets for JSP System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
3-41
Configuring the Persistent Store
className
The Java class name of the implementation to use. You must specify
org.apache.catalina.session.NonStopSQLJDBCStore.
debug
The debug level for messages logged to the associated <Logger>. Higher
numbers generate more detailed output. The default debug detail level value used
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 here. You
must have the sqlmp.jar file in the $JAVA_HOME/jre/lib/ext directory.
For SQL/MX, specify the value com.tandem.sqlmx.SQLMXDriver here. You
must have the jdbcMx.jar file in the $JAVA_HOME/jre/lib/ext directory, and
the INCLUDE_JDBCMX variable should have been set to YES in the
$JAVA_HOME/install/Makefile when the JVM was last built. Refer to the
$JAVA_HOME/install/Makefile for more details.
connectionURL
The connection URL to hand to the JDBC driver in order 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.
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).