Configuring Oracle HTTP Server WebGate

After installing WebGate, you must configure the Oracle HTTP Server WebGate as follows:

  1. Ensure that <Webgate_Home> is under the Oracle Home for Oracle Web Tier <MW_HOME>.
    Where: <Webgate_Home> is the Webgate Home directory. For example, /u01/app/Oracle/Middleware/Oracle_OAMWebGate1.
    <MW_HOME> is oracle middleware home directory, For example, /u01/app/Oracle/Middleware
  2. Go to <Webgate_Home>/webgate/ohs/tools/deployWebGate.
  3. Run the following:
    deployWebgateInstance.sh -w <Webgate_Instance_Directory> -oh <Webgate_Oracle_Home>
    where:<Webgate_Instance_Directory> is the location of Webgate Instance Home <Webgate_Oracle_Home> is the directory where Oracle HTTP Server Webgate is installed and created as the Oracle Home for Webgate.
    For example, run the following: deployWebgateInstance.sh -w <MW_HOME>/Oracle_WT1/instances/instance1/config/OHS/ohs1 -oh <MW_HOME>/Oracle_OAMWebGate1
  4. Ensure that the LD_LIBRARY_PATH variable contains <Oracle_Home_for_Oracle_HTTP_Server>/lib.

    If not set, run the following command:
    export LD_LIBRARY_PATH=<Oracle_Home_for_Oracle_HTTP_Server>/lib

    For example, export LD_LIBRARY_PATH=<MW_Home>/Oracle_WT1/lib

  5. Go to <Webgate_Home>/webgate/ohs/tools/EditHttpConf.
  6. Run the following:
    ./EditHttpConf -w <Webgate_Instance_Directory> [-oh <Webgate_Oracle_Home>] [-o<output_file>]

    For example, run the following: ./EditHttpConf.sh -w <MW_HOME>/Oracle_WT1/instances/instance1/config/OHS/ohs1 -oh <MW_HOME>/Oracle_OAMWebGate1 -o Edithttpconf.log

See Also

Prerequisites



Legal Notices
Copyright © 2016, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, June 21, 2016