IBM Enterprise Records, Version 5.1.2   

Defining email property mapping file name and path (optional)

If you plan to use the sample IBM® Enterprise Records DoD Email Declaration tool, Records Enabler, then you need to complete additional web.xml modifications.

About this task

You must edit the REST Services web.xml file to define the email property mapping file name and path.

Procedure

To define the file name and path of your email property mapping file:

  1. Go to IERRest_install_path\distribution\WEB-INF
  2. Open the web.xml file by using your preferred editor.
  3. Locate the <servlet>/<init-param> XML element whose XML element value is configurationDirPath.
  4. Update the value of the corresponding <param-value> XML element to reference the location of the email mapping file. For example, on Windows you see the following entry:
    <init-param>
      <param-name>configurationDirPath</param-name>
      <param-value>C:\\Program Files (x86)\\IBM\\EnterpriseRecords\\API\\REST
      \\distribution\\WEB-INF
      </param-value>
    </init-param>
  5. Locate the <servlet>/<init-param> XML element whose <param-name> XML value is emailPropertyMappingsFileName.
  6. Update the value of the corresponding <param-value> XML element to contain the name of the email mapping file to use. NotesPropertyMappings.xml for Notes client or OutlookPropertyMappings.xml for Outlook client. For example:
    <init-param>
      <param-name>emailPropertyMappingsFileName</param-name>
      <param-value>NotesPropertyMappings.xml</param-value>
    </init-param>


Feedback

Last updated: November 2013
frmoc006.htm

© Copyright IBM Corporation 2013