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:
- Go to IERRest_install_path\distribution\WEB-INF
- Open the web.xml file by using your
preferred editor.
- Locate the <servlet>/<init-param> XML
element whose XML element value is configurationDirPath.
- 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>
- Locate the <servlet>/<init-param> XML
element whose <param-name> XML value is emailPropertyMappingsFileName.
- 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>