Contents SAS/IntrNet 8.2: Application Dispatcher Previous Next

Using the Broker Configuration File

The Application Broker is controlled by the directives in a configuration file. Usually, the configuration file is named broker.cfg and lives in the same directory as the broker executable, but other names or directories can be used in special cases. The Broker searches for the configuration file in the following manner:

  1. builds the configuration file name by adding .cfg as the file type to the executable name. For example, broker.exe would look for broker.cfg and broker7 or broker7.cgi would look for broker7.cfg.

  2. checks for the environment variable BROKER_CFG. If this variable exists, it is assumed to contain the path with the configuration file. If the BROKER_CFG variable exists, the configuration file must exist in this directory or the Broker will fail to execute.

  3. checks for the configuration file in the same directory as the executable.

Platform Notes

UNIX

OS/390

If the configuration file is not found in any of the locations above, the Broker will fail to execute.

Template Configuration File

A template Broker configuration file named broker.cfg_v8 is installed with SAS/IntrNet. If this is the first installation of SAS/IntrNet, the template file will be installed as your initial Broker configuration file. The template contains example directives to help configure the Broker for your site. The following pages describe some of these directives in greater detail.

Modifying the Broker Configuration File

Use the following guidelines when modifying the template configuration file:


Contents SAS/IntrNet 8.2: Application Dispatcher Previous Next