Configuration file
The 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>
- ATNA UDP or TLS message properties
This section provides a reference to properties needed to enable ATNA UDP or TLS messages. - Other HomeCommunity-level properties
This section provides descriptions of additional HomeCommunity-level properties. - Registry-level properties
Registry-level properties for Health Record Locator - DSUB properties
This section provides configuration properties for DSUB. - XPID properties
This section provides XPID configuration properties in the codes file and thexpid.properties
file. - Configure Log4j
Log4j to support either the WebLogic Admin server or the Managed WebLogic Server. - Oracle recommendations and optional configuration
This section provides additional configuration options for your consideration.