A configuration file may be used to configure a PolyORB node. A sample configuration file may be found in src/polyorb.conf.
The syntax of the configuration file is:
[ SECTION-NAME ]
;
VARIABLE-NAME = VALUE
.
Any variable assignment is local to a section.
Assignments that occur before the first section declaration are relative to section [environment]. Section and variable names are case sensitive.
Furthermore, each time a value starts with "file:"
, the contents
of the file are used instead.
Default search path for polyorb.conf is current
directory. Environment variable POLYORB_CONF
may be used to
set up information on configuration file.
PolyORB's configuration file allows the user to
The configuration file is read once when running a node, during initialization. Look in the sample configuration file src/polyorb.conf to see the available sections and variables.