You must define the path to your Content Manager domain URL by editing
the web.xml file.
About this task
Specify the URL string that identifies the
Content Manager domain that communicates
with your
IBM® Enterprise
Records REST
Services. You must edit the REST Services
web.xml file
to define the file path.
Procedure
To define the Content Manager domain
URL:
- Go to IERRest_install_path\distribution\WEB-INF.
- Make a backup copy of the web.xml file.
- Open the web.xml file by using your
preferred editor.
- Locate the <servlet>/<init-param> XML
element whose XML element value is domainUrl.
- Update the value of the corresponding <param-value> XML
element to reference the correct URL string. This value
is obtained from the Application Engine (Workplace) or Workplace XT WcmApiConfig.properties file
found in the Workplace\WEB-INF directory or the WorkplaceXT\WEB-INF directory.
Extract the value assigned to the RemoteServerUrl property
and remove any cemp: prefix. For example:
For WebSphere®
<init-param>
<param-name>domainURL</param-name>
<param-value>iiop://CEserver:2809/FileNet/Engine
</param-value>
</init-param>
For WebLogic
<param-value>iiop://CEserver:7001/FileNet/Engine