Stopping and Starting the WebLogic Administration Server Configuring Oracle HTTP Server for the WebLogic Administration Server

6-8 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management

11. Click Activate Changes.

6.8 Stopping and Starting the WebLogic Administration Server

1. Stop the Administration Server as described in Section 20.1, Starting and Stopping Oracle Identity Management Components 2. Start WLST and connect to the Node Manager with nmconnect and the credentials set previously described. Then start the Administration Server using nmstart. IDMHOST1 cd ORACLE_COMMON_HOMEcommonbin IDMHOST1 .wlst.sh Once in the wlst shell, execute the following commands: wls:offline nmConnectAdmin_User,Admin_Pasword, IDMHOST1,5556, IDMDomain,u01apporacleadminIDMDomainaserverIDMDomain wls:nmdomain_name nmStartAdminServer where Admin_user and Admin_Password are the Node Manager username and password you entered in Step 2 of Section 6.5, Updating the Node Manager Credentials.

6.9 Configuring Oracle HTTP Server for the WebLogic Administration Server

To enable Oracle HTTP Server to route to the Administration Server, you must set the the corresponding mount points in your HTTP Server configuration. 1. On each of the web servers on WEBHOST1 and WEBHOST2 create a file called admin.conf in the directory: ORACLE_INSTANCE configOHScomponentmoduleconf This file has the following entries: NameVirtualHost :7777 VirtualHost :7777 ServerName admin.mycompany.com:80 ServerAdmin youyour.address RewriteEngine On RewriteOptions inherit RewriteRule consolejspcommonlogout.jsp oamssologout.html [PT] RewriteRule emtargetauthemaslogout.jsp oamssologout.html [PT] Admin Server and EM Location console SetHandler weblogic-handler WebLogicHost ADMINVHN.mycompany.com Note: Admin_user and Admin_Password are only used to authenticate connections between Node Manager and clients. They are independent from the server administration ID and password and are stored in the ORACLE_BASEadmindomain_ nameaserverdomain_nameconfignodemanagernm_ password.properties file. Creating the WebLogic Server Domain for Identity Management 6-9 WeblogicPort 7001 Location Location consolehelp SetHandler weblogic-handler WebLogicHost ADMINVHN.mycompany.com WeblogicPort 7001 Location Location em SetHandler weblogic-handler WebLogicHost ADMINVHN.mycompany.com WeblogicPort 7001 Location VirtualHost 2. Restart Oracle HTTP Server on both WEBHOST1 and WEBHOST2, as described in Section 20.1, Starting and Stopping Oracle Identity Management Components. WEBHOST1 ORACLE_BASEadmininstance_namebinopmnctl restartproc ias-component=ohs1 WEBHOST2 ORACLE_BASEadmininstance_namebinopmnctl restartproc ias-component=ohs2

6.10 Registering Oracle HTTP Server with WebLogic Server