Move to the following directory under your Oracle Home for Webgate:

Integration with Oracle Identity Management 11-25 After the installer starts, the Welcome screen opens. Installation Flow and Procedure If you need additional help with any of the installation screens, click Help to access the online help. Perform these steps to install Oracle HTTP Server 11g Webgate for Oracle Access Manager:

1. In the Welcome screen, click Next.

2. In the Prerequisite Checks screen, click Next.

3. In the Specify Installation Location screen, specify the Middleware Home and Oracle Home locations. Click Next. 4. In the Specify GCC Library screen, specify the directory that contains the GCC libraries, or click Browse to navigate to their location on your local computer see Section 11.3.3.1, Installing GCC Libraries , and click Next. 5. In the Installation Summary screen, verify the information on this screen and click Install to begin the installation. 6. In the Installation Progress screen, you may be prompted to run the ORACLE_ HOMEoracleRoot.sh script to set up the proper file and directory permissions. Click Next to continue. 7. In the Installation Complete screen, click Finish to exit the installer.

11.3.3.3 Post-Installation Steps

Complete the following procedure after installing Oracle HTTP Server 11g Webgate for Oracle Access Manager:

1. Move to the following directory under your Oracle Home for Webgate:

cd Webgate_Oracle_HomewebgateohstoolsdeployWebGate Webgate_Oracle_Home is the directory where you have installed Oracle HTTP Server Webgate and created as the Oracle Home for Webgate, for example: MW_HOME Oracle_OAMWebGate1 2. On the command line, run the following command on a single line to copy the required bits of agent from the Webgate_Home directory to the Webgate Instance location: .deployWebGateInstance.sh -w Webgate_Instance_Directory -oh Webgate_Oracle_Home Note: The Middleware Home contains an Oracle Home for Oracle Web Tier. Note: Oracle_OAMWebGate1 is the default. 11-26 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite Webgate_Instance_Directory is the location of Webgate Instance Home, which is same as the Instance Home of Oracle HTTP Server, for example: MW_HOME Oracle_WT1instancesinstance1configOHSohs1 3. Run the following command to ensure that the LD_LIBRARY_PATH variable contains Oracle_Home_for_Oracle_HTTP_Serverlib: export LD_LIBRARY_PATH=LD_LIBRARY_PATH:Oracle_Home_for_Oracle_HTTP_ Server lib 4. From your present working directory, move up one directory level: cd Webgate_HomewebgateohstoolssetupInstallTools 5. On the command line, run the following command on a single line to copy apache_webgate.template from the Webgate_Home directory to the Webgate Instance location renamed to webgate.conf and update the httpd.conf file to add one line to include the name of webgate.conf: .EditHttpConf -w Webgate_Instance_Directory [-oh Webgate_Oracle_Home] [-o output_file] where WebGate_Oracle_Home is the directory where you have installed Oracle HTTP Server Webgate for Oracle Access Manager and created as the Oracle Home for Webgate, for example: MW_HOME Oracle_OAMWebGate1 The Webgate_Instance_Directory is the location of Webgate Instance Home, which is same as the Instance Home of Oracle HTTP Server, for example: MW_HOME Oracle_WT1instancesinstance1configOHSohs1 The output_file is the name of the temporary output file used by the tool, for example: Edithttpconf.log

11.3.4 Registering the WebGate Agent

This section describes the procedures for registering the WebGate Agent: ■ Section 11.3.4.1, Extracting and Using the RREG Tool ■ Section 11.3.4.2, Updating the OAM11gRequest File ■ Section 11.3.4.3, Running the oamreg Tool ■ Section 11.3.4.4, Changing the inspection.wsil Resource to Use the Basic Authentication Scheme ■ Section 11.3.4.5, Updating the OAM 11g Server configuration to Support the Basic Cookieless Scheme ■ Section 11.3.4.6, Copying Access files to WEBHOSTs Note: an Instance Home for Oracle HTTP Server is created after you configure Oracle HTTP Server. Note: The -oh WebGate_Oracle_Home and -o output_file parameters are optional.