Assigning standard junctions to a replica set

We must configure the standard junction replica set for the distributed session cache.

By design, all standard junctions for a WebSEAL instance are assigned to one replica set, as specified by the standard-junction-replica-set stanza entry in the [session] stanza for the WebSEAL configuration file.

To use the distributed session cache, the standard-junction-replica-set stanza entry value must also be listed in the [replica-sets] stanza. If the standard-junction-replica-set value is not present in the [replica-sets] stanza, WebSEAL does not start.

[session]
standard-junction-replica-set = replica-set-name

[replica-sets]
replica-set = replica-set-name

Example

[session]
standard-junction-replica-set = www.example.com

[replica-sets]
replica-set = www.example.com

Parent topic: Replica set configuration