Configuring Oracle HTTP Server for the WC_UCM Managed Servers Validating Access Through Oracle HTTP Server

Installing and Configuring Oracle Universal Content Management 9-11

9.10 Configuring Oracle HTTP Server for the WC_UCM Managed Servers

To enable Oracle HTTP Server to route to UCM_Cluster, which contains the WC_ UCM1 and WC_UCM2 managed servers, you must set the WebLogicCluster parameter to the list of nodes in the cluster: 1. On WEBHOST1 and WEBHOST2, add the following lines to the ORACLE_ BASEadmininstance_nameconfigOHScomponent_namemod_wl_ohs.conf file: UCM Location cs WebLogicCluster WCHOST1:16200,WCHOST2:16200 SetHandler weblogic-handler WLCookieName IDCCS_SESSIONID WLProxySSL ON WLProxySSLPassThrough ON Location Location adfAuthentication WebLogicCluster WCHOST1:16200,WCHOST2:16200 SetHandler weblogic-handler WLCookieName IDCCS_SESSIONID WLProxySSL ON WLProxySSLPassThrough ON Location Location login WebLogicCluster WCHOST1:16200,WCHOST2:16200 SetHandler weblogic-handler WLCookieName IDCCS_SESSIONID WLProxySSL ON WLProxySSLPassThrough ON Location Location _ocsh WebLogicCluster WCHOST1:16200,WCHOST2:16200 SetHandler weblogic-handler WLCookieName IDCCS_SESSIONID 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 Note: The new parameter is included in the config.cfg file, which is at the following location: ORACLE_BASE adminwc_domainucm_clustercsconfigconfig.cfg You can also edit this file directly in a text editor. Do not forget to restart all UCM managed servers. 9-12 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter ias-component=ohs2

9.11 Validating Access Through Oracle HTTP Server

You should verify URLs to ensure that appropriate routing and failover is working from Oracle HTTP Server to UCM_Cluster. Perform these steps to verify the URLs: 1. While WC_UCM2 is running, stop WC_UCM1 using the Oracle WebLogic Server Administration Console. 2. Access http:WEBHOST1:7777cs to verify it is functioning properly. 3. Start WC_UCM1 from the Oracle WebLogic Server Administration Console. 4. Stop WC_UCM2 from the Oracle WebLogic Server Administration Console. 5. Access http:WEBHOST1:7777cs to verify it is functioning properly.

9.12 Backing Up the Installation