Starting Node Manager on SOAHOST2 Starting and Validating the WLS_SOA2 Managed Server

5-118 Oracle Fusion Middleware High Availability Guide

5.13.13.1 Starting Node Manager on SOAHOST2

To start the Node Manager on SOAHOST2, repeat the steps from Section 5.13.10.1, Starting Node Manager on SOAHOST1 on SOAHOST2.

5.13.13.2 Starting and Validating the WLS_SOA2 Managed Server

To start the WLS_SOA2 managed server and verify that it is configured correctly: 1. Start the WLS_SOA2 managed server using Oracle WebLogic Server Administration Console 2. When WLS_SOA2 is started, the following URLs become available: ■ http:SOAHOST2VHN1:8001b2b Verify login to B2B console ■ http:SOAHOST2VHN1:8001integrationworklistapp Verify login to worklist console ■ http:SOAHOST2VHN1:8001wsm-pm Verify the policy validator link ■ http:SOAHOST2VHN1:8001soacomposer ■ http:SOAHOST2VHN1:8001soa-infra ■ http:SOAHOST2VHN1:8001bpmcomposer ONLY FOR BPM Systems ■ http:SOAHOST2VHN1:8001bpmworkspace ONLY FOR BPM Systems 5.13.14 Configuring Oracle HTTP Servers for the Administration Server and the WLS_ SOAn Managed Servers To enable Oracle HTTP Server to route to the SOA Cluster, which contains the WLS_ SOAn 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: WSM-PM Location wsm-pm SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001, SOAHOST2VHN1:8001 Location SOA soa-infra app Location soa-infra SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location SOA inspection.wsil Location inspection.wsil SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location Worklist Location integration Configuring High Availability for Oracle Fusion Middleware SOA Suite 5-119 SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location B2B Location b2b SetHandler weblogic-handler WebLogicCluster SOAHOST11VHN1:8001,SOAHOST2VHN1:8001 Location Location b2bconsole SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location UMS Location sdpmessaging SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location UMS WS Location ucsmessagingwebservice SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location Default to-do taskflow Location DefaultToDoTaskFlow SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location Workflow Location workflow SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location Required if attachments are added for workflow tasks Location ADFAttachmentHelper SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location SOA composer application Location soacomposer SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location BPM composer ONLY FOR BPM Systems Location bpmcomposer SetHandler weblogic-handler WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location BPM workspace ONLY FOR BPM Systems Location bpmworkspace SetHandler weblogic-handler 5-120 Oracle Fusion Middleware High Availability Guide WebLogicCluster SOAHOST1VHN1:8001,SOAHOST2VHN1:8001 Location 2. Make sure the httpd.conf file located in the same directory as the mod_wl_ohs file contains the following lines: NameVirtualHost :7777 VirtualHost :7777 ServerName https:soa.mycompany.com:443 ServerAdmin youyour.address RewriteEngine On RewriteOptions inherit VirtualHost NameVirtualHost :7777 VirtualHost :7777 ServerName admin.mycompany.com:80 ServerAdmin youyour.address RewriteEngine On RewriteOptions inherit VirtualHost 3. Perform the same steps for the Oracle HTTP Server on WEBHOST2. 4. 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

5.13.15 Validating Access Through Oracle HTTP Server