Skip Headers
Oracle® Fusion Middleware Installation Guide for Oracle Identity Management
11g Release 1 (11.1.1)

Part Number E12002-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

22.6 Updating OIM Server Configuration

Update the Oracle Identity Manager (OIM) configuration in the oam-config.xml file (located in the <DOMAIN_HOME>/config/fmwconfig directory) to ensure that the Host and Port attributes of the IdentityManagement element in the file point to the Oracle HTTP Server on which the Oracle HTTP Server Webgate 10g is configured:

  1. Open the oam-config.xml file in a text editor.

  2. Update the entries as follows:

    <Setting Name="IdentityManagement" Type="htf:map">
          <Setting Name="ServerConfiguration" Type="htf:map">
          <Setting Name="OIM-SERVER-1" Type="htf:map">
          <Setting Name="Host" Type="xsd:string">OHS-HOST</Setting>
          <Setting Name="Port" Type="xsd:integer">OHS-PORT</Setting>
          <Setting Name="SecureMode" Type="xsd:boolean">false</Setting>
          </Setting>
    </Setting>