You can set multiple locations for a service. Where there are multiple locations, the order of precedence from highest to
lowest is:
- Command-line options, such as
-dispatcher:url, where supported.
- For the listener, the optional attributes of the
<region> element in order:
- the
url attribute
- the
host and
port attributes
- Default.dispatcher,
Default.sep, and
Default.monitor URL settings in the
<services> section of the service's
name.exe.config configuration file or the
web.config file.
Each service has a configuration file such as
listener.exe.config and
monitor.exe.config. The default path for these configuration files is
%ProgramData%\Micro Focus\Enterprise Developer\9.0\SEE\config.
- Default.remoteHost and
Default.port in the configuration file's
<services> section.
Default.port also sets the port used when exposing self-hosted services.
- Default.port in the MicroFocus.SEE section of
machine.config. This also sets the port used when exposing self-hosted services.
- The built-in defaults. These include the default service URLs for self-hosted and WAS-hosted services, the default remote
hostname
localhost, and the default port of 9186.