6.1 Organization of this chapter
This section describes the database session failover functionality.
If you use this functionality, information of a session that is running on the application is stored in the database. If a failure occurs on a Web server or a J2EE server, stored session information is passed to another J2EE server. As a result, even if requests are transferred to another J2EE server when a failure occurs, you can continue operations in the state before failure.
For details on the types, functionality differences, prerequisites, memory estimation, and notes related to the session failover functionality, see 5. Inheriting Session Information Between J2EE Servers.
The following table describes the organization of this chapter.
|
Category |
Title |
Reference location |
|---|---|---|
|
Description |
Application procedure |
|
|
Selecting a mode in which performance is important (disabling integrity mode) |
||
|
Processing implemented in the database session failover functionality |
||
|
Implementation |
Definitions in cosminexus.xml |
|
|
Setup |
J2EE server settings |
|
|
Web application settings |
||
|
Database settings |
||
|
DB Connector settings |
||
|
Changing the settings related to the database session failover functionality |
||
|
Deleting database tables |
||
|
Notes |
Precautions to be taken when using the database session failover functionality |
- #
-
This functionality does not have any specific explanation in the Operation.