Configuring Oracle HTTP Server for the WLS_IPM Managed Servers Setting the Frontend HTTP Host and Port Validating Access Through Oracle HTTP Server

Extending the Domain with Oracle IPM 8-15

8.17 Configuring Oracle HTTP Server for the WLS_IPM Managed Servers

To enable Oracle HTTP Server to route to IPM_Cluster, which contains the WLS_IPM1 and WLS_IPM2 managed servers, you must set the WebLogicCluster parameter to the list of nodes in the cluster as follows: 1. On WEBHOST1 and WEBHOST2, add the following lines to ORACLE_BASE admininstance_nameconfigOHScomponent_namemod_wl_ohs.conf: IPM Application Location imaging WebLogicCluster ECMHOST1VHN1:16000,ECMHOST2VHN1:16000 SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON Location AXF WS Invocation Location axf-ws WebLogicCluster ECMHOST1VHN1:16000,ECMHOST2VHN1:16000 SetHandler weblogic-handler WLProxySSL ON WLProxySSLPassThrough ON Location 2. Restart Oracle HTTP Server on both WEBHOST1 and WEBHOST2: WEBHOST1 ORACLE_BASEadmininstance_namebinopmnctl restartproc ias-component=ohs1 WEBHOST2 ORACLE_BASEadmininstance_namebinopmnctl restartproc ias-component=ohs2

8.18 Setting the Frontend HTTP Host and Port

You must set the frontend HTTP host and port for the Oracle WebLogic Server IPM cluster: 1. Log in to Oracle WebLogic Server Administration Console.

2. Go to the Change Center section and click Lock Edit.

3. Expand the Environment node in the Domain Structure window.

4. Click Clusters. The Summary of Clusters page opens.

5. Select IPM_Cluster.

6. Click the HTTP tab.

7. Set the following values: ■ Frontend Host: ecm.mycompany.com ■ Frontend HTTPS Port: 443 ■ Frontend HTTP Port: 80

8. Click Save.

9. Click Activate Changes in the Change Center section of the Administration

Console. 10. Restart the servers to make the frontend host directive in the cluster take effect. 8-16 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite

8.19 Validating Access Through Oracle HTTP Server

Verify URLs to ensure that appropriate routing and failover is working from the HTTP Server to the IPM_Cluster. Perform these steps to verify the URLs: 1. While WLS_IPM2 is running, stop WLS_IPM1 using the Oracle WebLogic Server Administration Console. 2. Access http:WEBHOST1:7777imaging to verify it is functioning properly. Please note that you will not be able to retrieve reports or data since the IPM server is down. 3. Start WLS_IPM1 from the Oracle WebLogic Server Administration Console. 4. Stop WLS_IPM2 from the Oracle WebLogic Server Administration Console. 5. Access http:WEBHOST1:7777imaging to verify it is functioning properly. 6. Start WLS_IPM2 from the Oracle WebLogic Server Administration Console.

8.20 Configuring Node Manager for the WLS_IPM Managed Servers