Configuration file
This section provides the location of the Health Record Locator configuration file.
The Health Record Locator configuration file (xconfig.xml
) is
located under the config/hrl/config
directory of the Application
Server domain directory.
The full path for the WebLogic server is:
<Weblogic_Middleware_Home>/user_projects/domains/<domain_name>/config/hrl/config/xconfig.xml
.
Restart the application server to make xconfig.xml
changes take effect. The following is the structure of the
xconfig.xml
file. Many Health Record Locator properties are set
under the HomeCommunity and Registry elements.
<?xml version="1.0" encoding="utf-8"?>
<Config>
<HomeCommunity name="home">
<Property name="propName1">propVal1</Property>
...
</HomeCommunity>
<Registry name="localregistry">
<Property name="propName2">propVal2</Property>
...
</Registry>
</Config>