SessionDatabasePersistence
Specifies information about the data source that the session manager will use to obtain database connections.
Attributes Summary
datasourceJNDIName Specifies the JNDI name of the datasource from which the session manager will obtain database connections. userId The user ID for database access. password The password for database access. db2RowSize Specified in kilobytes (kb). tableSpaceName Specifies tablespace that is to be used for sessions table.
Attribute Details
datasourceJNDIName
Specifies the JNDI name of the datasource from which the session manager will obtain database connections. The data source represents a pool of database connections and a config for that pool (such as the pool size).The datasource must already exist as a configured resource in the environment.
Data type: String
Default value: unspecified
userId
The user ID for database access.
Data type: String
Default value: unspecified
password
The password for database access.
Data type: String
Default value: unspecified
db2RowSize
Specified in kilobytes (kb). This corresponds to the tablespace page size configured for the sessions table. This parameter is specific to db2. Possible values are 4, 8, 16, and 32. This determines the session data size that can be stored in varchar for binary data. When this value is other than 4K, specify tableSpaceName to use. For 4K pages, tableSpaceName is optional.
Data type: DB2RowSizeEnum
Default value: unspecified
Allowed Values: ROW_size_4KB ROW_size_8KB ROW_size_16KB ROW_size_32KB
tableSpaceName
Specifies tablespace that is to be used for sessions table. This value is required when db2RowSize is specified other than 4Kb
Data type: String
Default value: unspecified