NonStop Servlets for JSP System Administrator's Guide

Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
3-42
Configuring the Persistent Store
sessionProcessNameCol
The name of the NonStop SQL database column contained in the specified
sessionTable, that contains the HP NonStop process name of the NonStop
Server for Java (NSJ) process. This column type must accept as many characters
as are contained in the NonStop process name (typically 6).
sessionRecNumberCol
The name of the NonStop SQL database column contained in the specified
sessionTable, that contains the record number level of the swapped out/backed
up session. This column type must accept a Java integer (32 bits).
sessionDataCol
The name of the NonStop SQL database column contained in the specified
sessionTable that contains the serialized form of the session attributes of the
swapped out/backed up session. This column type must accept at least 3712
bytes.
sessionValidCol
The name of the NonStop SQL database column contained in the specified
sessionTable that contains a flag indicating whether this swapped out/backed
up session is still valid. This column type must accept a Java short value (16 bits).
sessionMaxInactiveCol
The name of the NonStop SQL database column contained in the specified
sessionTable that contains the maxInactiveInterval property of the
swapped out/backed up session. This column type must accept at least Java
integer (32 bits).
sessionLastAccessedCol
The name of the NonStop SQL database column contained in the specified
sessionTable that contains the lastAccessedTime property of the swapped
out/backed up session. This column type must accept at least Java long (64 bits).
Before using the NonStop SQL JDBC-based store, you need to create a NonStop SQL
catalog and database table that will be used to store the swapped out/backed up
sessions. See Configuring the Manager for Sessions Support on page 3-36 for more
details.
Note. If you change the default values of the NonStop SQL table column names, you need to
change the names of column name attribute values in the <Store> element described above.
In addition, ensure that the nsjsp_cleanSessionData script is modified accordingly. See
Cleaning Up the NonStop SQL Session Data
on page 3-43 for details.