Overriding values from ar.cfg or ar.conf


If a plug-in calls a load balancer (or another server), but you want the plug-in to call a specific AR System server, you can override values from the ar.cfg (ar.conf) file by adding values to the following options in the pluginsvr_config.xml file:

<override_ar_server_host></override_ar_server_host>

<override_ar_server_port></override_ar_server_port>

<override_ar_system_user></override_ar_system_user>

<override_ar_system_password></override_ar_system_password>

For example, if you want the plug-in server to use MachineA on port 3814 and log in as JoeUser with a password of pword123, change the options as follows:

<override_ar_server_host>MachineA</override_ar_server_host>

<override_ar_server_port>3814</override_ar_server_port>

<override_ar_system_user>JoeUser</override_ar_system_user>

<override_ar_system_password>pword123</override_ar_system_password>

You might need only the hostname and port numbers. The username and password options are not always required.

Related topic

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*