Configuring Gateway in WebTier

To configure Gateway in WebTier:

  1. Navigate to <WL_Middleware>/Oracle_WT1/instances/instance1/config/OHS/<OHS home folder>
  2. Edit the mod_wl_ohs.conf file and add Gateway application details as follows:

    <Location /pdi>

    WebLogicHost <Gateway server hostname>

    WebLogicPort <Gateway port number>

    SetHandler weblogic-handler

    </Location>

    For example:

    <Location /pdi>

    WebLogicHost 10.176.111.209 (The IP address or a fully qualified machine name)

    WebLogicPort 8201

    SetHandler weblogic-handler

    </Location>

  3. Save the file.
  4. Restart the OHTTP webserver instance as follows:
    1. Go to <WL_Middleware>/Oracle_WT1/instances/instance1/bin folder
    2. Run opmnctl.bat [startall, stopall, status]
  5. Restart Gateway and access Gateway url as:

    http://<OHTTP hostname configured to OAM>:<port of OHTTP>/pdi

Related Topics

Configuring Primavera Gateway for Single Sign On

Installation Prerequisites

Create SSO Authentication Providers

Create Custom Roles for Gateway Deployment

Configuring the Logout URL



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

Last Published Wednesday, March 25, 2015