IBM Enterprise Records, Version 5.1.2   

Defining the Content Manager domain URL

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:

  1. Go to IERRest_install_path\distribution\WEB-INF.
  2. Make a backup copy of the web.xml file.
  3. Open the web.xml file by using your preferred editor.
  4. Locate the <servlet>/<init-param> XML element whose XML element value is domainUrl.
  5. 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


Feedback

Last updated: November 2013
frmoc005.htm

© Copyright IBM Corporation 2013