This type is a class for model objects.
Specifies information about the data source that the session manager will use to obtain database connections.
Package: webcontainerAttributes Summary | |
datasourceJNDIName : EString | 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 configuration for that pool (such as the pool size).The datasource must already exist as a configured resource in the environment. |
userId : EString | The user ID for database access. |
password : Password | The password for database access. |
db2RowSize : DB2RowSizeEnum | 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, you must specify tableSpaceName to use. For 4K pages, tableSpaceName is optional. |
tableSpaceName : EString | Specifies tablespace that is to be used for sessions table. This value is required when db2RowSize is specified other than 4Kb |
Attribute Details |