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

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
3-56
Configuring the Persistent Store
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).