load-balance
Controls the behavior when multiple servers with the same configured priority are available.
load-balance = {yes | no}
Description
WebSEAL uses the same SOAP client for all outgoing SOAP communication. The SOAP client supports load balancing, so it is a valid configuration in the [*-cluster] stanzas.
However the DSC does not support load balancing. So while it can be configured on the client side, it does not function in [dsess-cluster]. Do not use load balancing in the [dsess-cluster] stanza.
Options
yes All requests are sent to matching servers in a round-robin fashion. no All requests are sent to the first matching server that is available. The matching order is the order they appear in the configuration file.
Usage: Optional
Default value
Default is yes.
Example:
load-balance = yes
Parent topic: [dsess-cluster] stanza