6.5 Definitions in cosminexus.xml
Specify definitions for using the database session failover functionality in the <war> tag in cosminexus.xml.
The following table describes the definitions of the database session failover functionality in cosminexus.xml.
Table 6‒38: Definitions of the database session failover functionality in cosminexus.xml
|
Item
|
Tag to be specified
|
Settings
|
|
Setting of the database session failover functionality
|
http-session-dbsfo-enabled
|
In the unit of a Web application, set whether to enable the database session failover functionality.
|
|
Upper limit of the number of HttpSession objects
|
http-session-http-session-max-number
|
Set upper limit of the number of HttpSession objects.
|
|
Application identifier
|
http-session-dbsfo-application-id
|
Set application identifier.
|
|
Maximum size of HTTP session attribute information
|
http-session-dbsfo-attribute-data-size-max
|
Set maximum size of HTTP session attribute information included in global session information.
|
|
Inhibiting the database session failover functionality by using extension
|
http-session-dbsfo-exclude-extensions
|
If you enable the database session failover functionality in the unit of a Web application, set extensions that inhibit the
database session failover functionality.
|
For details on the tags to be specified, see 2.2.6 Details of the WAR property in the uCosminexus Application Server Application and Resource Definition Reference Guide.
To Page Top