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-90
Mixed-Mode Sessions
Example 3-71 shows the sample configuration of the Manager Element.
As shown in Example 3-71, the Manager is configured with a nested store element.
Table 3-21 lists the attributes of the Manager element that have a different meaning
when compared to a configuration where all sessions are saved to a persistent store.
Example 3-71. The Sample Configuration of the Manager Element
<Manager
className="com.tandem.servlet.catalina.session.NSJSPPersistentManager">
<Store
className="com.tandem.servlet.catalina.session.NonStopSQLJDBCStore"
driverName="com.tandem.sqlmx.SQLMXDriver"
connectionURL="jdbc:sqlmx:"
sessionTable="nsjspcat.nsjspsch.SessData"
sessionIdCol="session_id"
sessionProcessNameCol="process_name"
sessionRecNumberCol="rec_number"
sessionAppCol="app_name"
sessionDataCol="session_data" sessionValidCol="valid"
sessionMaxInactiveCol="maxinactiveinterval"
sessionLastAccessedCol="lastaccessed"/>
</Manager>