Configuring Oracle HTTP Server WebLogic Proxy Plugin for P6 Professional Cloud Connect

After the application domain has been modified in Oracle Access Manager, the Oracle HTTP Server WebLogic proxy plugin must be updated to include a reference to your P6 Professional Cloud Connect URL; this allows the webgate to intercept requests and redirect users to the federated authentication login which was configured in the application domain.

To configure Oracle HTTP Server WebLogic Proxy Plugin for P6 Professional Cloud Connect:

  1. Go to <OHS_Middleware_Home>/user_projects/domains/<P6 EPPM_Domain>/config/fmwconfig/components/OHS/instances/<instance_name>.
  2. Edit mod_wl_ohs.conf.
  3. Add the following directives within the <IfModule weblogic_module> element based on your OHS version and WebLogic server environment:
    For non-clustered managed servers:

    <IfModule weblogic_module>

    #For Cloud Connect

    <Location /p6procloudconnect>

    WLSRequest On

    WebLogicHost <WLS_Host_Name>

    WebLogicPort <WLS_Port>

    </Location>

    </IfModule>

    For clustered managed servers:

    <IfModule weblogic_module>

    #For Cloud Connect

    <Location /p6procloudconnect>

    WLSRequest On

    WebLogicCluster <WLS_Host_Name1>:<WLS_Port1>,<WLS_Host_Name2>:<WLS_Port2>

    </Location>
    </IfModule>

  4. Save the file.
  5. Restart Oracle HTTP Server.
    1. Go to <OHS_Middleware_Home>/user_projects/domains/base_domains/bin.
    2. Depending on your operating system, complete the following:
      • For UNIX, run the following in a terminal:

        ./stopComponent.sh <component_name>

        ./startComponent.sh <component_name>

      • For Windows, run the following in a command prompt:

        stopComponent.bat <component_name>

        startComponent.bat <component_name>

Related Topics

Configuring P6 Professional for SAML Authentication

Configuring the P6 Professional to Recognize SAML Authentication

Configuring P6 Administrator application for P6 Professional SAML Authentication



Legal Notices | Your Privacy Rights
Copyright © 1999, 2020

Last Published Thursday, December 10, 2020