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 Application
Broker searches for the configuration file in the following manner:
-
builds the configuration
filename 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.
-
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 Application
Broker fails to execute.
-
checks for the configuration
file in the same directory as the executable.
Operating System Notes
|
|
|
Check /usr/local/lib/IntrNet/broker/ for the configuration
file.
|
|
Check /usr/local/lib/IntrNet/broker/ for the configuration
file.
|
Starting with Release 8.2, the
Application Broker configuration file is assumed to be in the encoding
specified by the Web server's file system codepage option (FSCP).
If the configuration
file is not found in any of the locations above, the Application Broker
fails to execute.