You must configure REST Services for Oracle WebLogic by
editing the IBM® Enterprise
Records REST
Servicesweb.xml file.
Procedure
To configure the web.xml file for
Oracle WebLogic:
- Go to theWEB-INF folder at yourApplication Engine or Workplace XT installation location. For example, C:\Program Files\IBM\FileNet\WebClient\WorkplaceXT\WEB-INF on
Windows.
- Copy the weblogic.xml file to the IERRest_install_path\distribution\WEB-INF directory,
replacing any existing instance of this file.
- Go to the IERRest_install_path\distribution\WEB-INF directory.
- Make a backup copy of the web.xml file,
if you have not already.
- By using your preferred editor, edit the IBM Enterprise
Records REST Services web.xml file
with the following changes.
- In the first <security-constraint> XML
element, where the <web-resource-collection>/<web-resource-name> XML
element value is Secured Resources, change the value
of the existing <role-name> element from All
authenticated to *.
- Delete the entire second <security-constraint> XML
element, where the <web-resource-collection>/<web-resource-name> XML
element value is Unsecured Resources.
- Delete both of the <security-role> XML
elements and all of their contents.
- Save and close the web.xml file.