Configuring Service Retries for Oracle UCM Configuring Oracle HTTP Server for the WLS_UCM Managed Servers

Extending the Domain with Oracle UCM 7-11

7.9 Configuring Service Retries for Oracle UCM

The following parameter should be set in Oracle Content Servers config.cfg file in order to enable login retries during an Oracle RAC failover: ServiceAllowRetry=true If this value is not set, users will need to manually retry any operation that was in progress when the failover began. Perform these steps to add the configuration parameter for Oracle UCM: 1. Go to the WebLogic Server Administration Console for Oracle UCM at http:ECMHOST1:16200cs, and log in using your Oracle WebLogic administration user name and password.

2. Open the Administration page, and then choose Admin Server. The Content

Admin Server page opens.

3. Click General Configuration on the left. The General Configuration page opens.

4. In the Additional Configuration Variables box, add the parameter: ServiceAllowRetry=true

5. Click Save and restart all UCM managed servers.

7.10 Configuring Oracle HTTP Server for the WLS_UCM Managed Servers

To enable Oracle HTTP Server to route to UCM_Cluster, which contain the WLS_ UCM1 and WLS_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_BASE admininstance_nameconfigOHScomponent_namemod_wl_ohs.conf file: UCM Location cs WebLogicCluster ECMHOST1:16200,ECMHOST2:16200 SetHandler weblogic-handler WLCookieName JSESSIONID WLProxySSL ON WLProxySSLPassThrough ON Location Location adfAuthentication WebLogicCluster ECMHOST1:16200,ECMHOST2:16200 SetHandler weblogic-handler WLCookieName JSESSIONID WLProxySSL ON WLProxySSLPassThrough ON Location Note: The new parameter is included in the config.cfg file, which is at the following location: ORACLE_BASE adminecm_domainucm_clustercsconfigconfig.cfg You can also edit this file directly in a text editor. Do not forget to restart all UCM managed servers. 7-12 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite Location _ocsh WebLogicCluster ECMHOST1:16200,ECMHOST2:16200 SetHandler weblogic-handler WLCookieName JSESSIONID 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

7.11 Validating Access Through Oracle HTTP Server