Global settings
The following settings apply to all operations you specify for the broker.
Setting | Meaning | Example |
---|---|---|
|
The default Helix Core Server (P4D) to which commands are sent unless overridden by other settings in the configuration file. |
|
|
The address on which the Helix Broker listens for commands from Helix Server client applications. |
|
server.id
|
(Optional) The unique ID associated with the Broker. | server.id = brokerSvrID;
|
|
The home directory for the Helix Broker. Other paths specified in the broker configuration file must be relative to this location. |
|
|
Path to the Helix Broker logfile. |
|
|
Level of debugging output to log. Overrides the value specified
by the |
|
|
The name of your Helix Server Administrator. This is displayed in certain error messages. |
|
|
An email address where users can contact their Helix Server Administrator. This address is displayed to users when broker configuration problems occur. |
|
|
The telephone number of the Helix Server Administrator. |
|
|
The redirection mode to use: In In The default mode is |
|
|
An optional user account by which the broker authenticates itself when communicating with a target server. The broker configuration does not include a setting for
specifying a password as this is considered insecure. Use the
To provide continuous operation of the broker, the
|
|
|
An optional alternate location for |
|
|
Compress connection between broker and server. Over a slow link such as a WAN, compression can increase performance. If the broker and the server are near to each other (and especially if they reside on the same physical machine), then bandwidth is not an issue, and compression should be disabled to spare CPU cycles. |
|
|
An optional alternate server to help reduce the load on the
target server. The syntax is: altserver: name { target=[protocol:]host:port; } Multiple altserver: rep_18310 { target=10.5.10.118:18310; } altserver: rep_18320 { target=10.5.10.118:18320; } altserver: rep_18330 { target=10.5.10.118:18330; } |
|