server
Use the server entry in the [dsess-cluster] stanza to specify each distributed session cache server and its priority in the cluster.
server = {[0-9],}<URL>Description
Specifies a priority level and URL for each distributed session cache server that is a member of this cluster. Multiple server entries can be specified for a given cluster.
Options
0-9 A digit, 0-9, representing the priority of the server within the cluster (9 being the highest, 0 being the lowest). If the priority is not specified, a priority of 9 is assumed. There can be no space between the comma (,) and the URL. If no priority is specified, the comma is omitted. URL A well-formed HTTP or HTTPS uniform resource locator for the server.
Usage: Required when:
[session] dsess-enabled = yesDefault value
This entry is disabled by default.
Example:
server = 9,http://dsc.example.com/DSess/services/DSessParent topic: [dsess-cluster] stanza