Configuration Options Advanced Configuration Options Related Tasks Related Topics
This page is used to configure how WebLogic Server will replicate HTTP Session State across a cluster.
WebLogic server provides the ability to replicate HTTP session state across multiple clusters. This improves high-availabiltity and fault tolerance by allowing clusters to be spread across multiple geographic regions, power grids, and internet service providers.
Name | Description |
---|---|
Cross-cluster Replication Type |
Optimizes cross-cluster replication for the type of network that servers in the clusters use for administrative communication. To enhance the reliability of HTTP sessions, you can configure servers in one cluster to replicate the session data to servers in a different cluster. In such an environment, configure the clusters to be one of the following types:
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Remote Cluster Address |
Set the foreign cluster. Cluster infrastructure uses this address to connect to foreign cluster for HTTP Session WAN/MAN failover. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Replication Channel |
The channel name to be used for replication traffic. Cluster infrastructure uses this channel to send updates for HTTP sessions and stateful session beans. If none is set then the default channel will be used. In order for this feature to work, the named channel must exist on all members of the cluster and must be configured to use the same protocol. It is valid for the selected channel to be configured to use a secure protocol. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Data Source For Session Persistence |
To support HTTP Session failover across data centers, requires a datasource to dump session state on disk. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Name | Description |
---|---|
Session Flush Interval |
Interval in seconds until HTTP Sessions are periodically flushed to the backup cluster to dump session state on disk. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Session Flush Threshold |
When number of sessions to be flushed reaches this threshold limit, sessions will be flushed to the backup cluster before the flush interval. This helps the server to flush sessions faster under load. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Inter-Cluster Comm Link Health Check Interval |
If the cluster link between two clusters goes down, a trigger will run to periodically to see if the link is restored. The duration is specified in milliseconds. MBean Attribute: |
Enable Replication Timeout |
Indicates if timeout should be applied to session replication calls. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
![]() ![]() |