NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
3-87
Persistent Manager Sessions
(SessionBasedLoadBalancing = false)
Table 3-20 lists the attributes for the Store element.
Table 3-20. Attribute List for the Store Element (page 1 of 2)
Attribute Description Default value
checkInterval Not applicable to NSJSP.
className Java class name of the implementation to
use. This class must implement the
org.apache.catalina.Store interface.
This must be
com.tandem.servlet.catalina.sessi
on.NonStopSQLJDBCStore.
com.tandem.serv
let.catalina.se
ssion.NonStopSQ
LJDBCStore
driverName Java class name of the JDBC driver to be
used.
com.tandem.sqlm
x.SQLMXDriver
connectionURL The connection URL that will be handed to
the configured JDBC driver to establish a
connection to the database containing the
session table.
jdbc:sqlmx:
sessionTable Name of the database table to be used for
storing swapped out sessions.
Note. You must replace this value with the
appropriate catalog, schema, and
tablename.
sessionIdCol Name of the database column, contained in
the specified session table, that contains the
session identifier of the swapped out
session.
session_id
sessionProcessN
ameCol
Name of the database column that contains
the process name that created this session.
process_name
sessionRecNumbe
rCol
The index number of each record when a
session must be split into multiple rows in
the table.
rec_number
sessionAppCol Name of the database column, contained in
the specified session table, that contains the
Engine, Host, and Web application context
name in the format
/<Engine_name>/<Host_name>/<Conte
xt_name>.
app_name
sessionDataCol Name of the database column, contained in
the specified session table, that contains the
serialized form of all session attributes for a
swapped out session.
session_data










