Configure WebSEAL to participate in multiple replica sets

Each replica set that WebSEAL participates in must be listed in the [replica-sets] stanza of the WebSEAL configuration file.

Example

If WebSEAL participates in replica sets named vhostA.example.com, vhostB.example.com, and www.example.com, the stanza is configured as follows:
[replica-sets]
replica-set = vhostA.example.com
replica-set = vhostB.example.com
replica-set = www.example.com

Parent topic: Replica set configuration