server
Syntax
server = {[0-9],}<URL> Description
Specifies a priority level and URL for each runtime security services SOAP server that is a member of this cluster. Multiple server entries can be specified for a given cluster for failover and load balancing.
Options
- [0-9]
- A digit, 0-9, that represents the
priority of the server in the
cluster (9 being the highest, 0 being the lowest). If the priority
is not specified, a priority of 9 is assumed. Note: 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 runtime security services (RTSS).
Usage
This stanza entry is required.
Default value
None.
Example
server = 9,http://localhost:9080/rtss/authz/services/AuthzService