Changing the Oracle HTTP Server Non-SSL Listen Port Changing the Oracle HTTP Server SSL Listen Port

Managing Ports 5-7 3. Copy the obfuscated osso configuration file to the Oracle HTTP Server host moduleconf directory for editing: ORACLE_INSTANCEconfigOHSohs_namemoduleconf Task 4 Restart System Components Restart OPMN and the system components in that Oracle instance: opmnctl stopall opmnctl startall

5.3.3 Changing Oracle Web Cache Ports

You can change the HTTP and HTTPS listen ports, the administration port, the statistics port and the invalidation port for Oracle Web Cache using Fusion Middleware Control. To change the port number: 1. From the navigation pane, expand the farm, then Web Tier, then select the Oracle Web Cache instance. 2. From the Web Cache menu, choose Administration, then Ports Configuration. 3. Select a port, then click Edit. 4. Change the port number, then click OK. 5. Restart Oracle Web Cache. From the Web Cache menu, choose Control, then Restart. 6. If you reconfigure the Web Cache invalidation port and you use Oracle Portal, you must update the port information maintained by Oracle Portal, as described in Section 5.3.5.2 .

5.3.4 Changing OPMN Ports ONS Local, Request, and Remote

This section describes how to change any of the following port numbers: ■ ONS Local port ■ ONS Request port ■ ONS Remote port To change these ports: 1. Stop OPMN, and all OPMN-managed processes: UNIX ORACLE_INSTANCEbinopmnctl stopall WindowsORACLE_INSTANCE\bin\opmnctl stopall 2. Open the opmn.xml file: UNIX ORACLE_INSTANCEconfigOPMNopmn Windows ORACLE_INSTANCE\config\OPMN\opmn 3. Under the notification-server element, modify the local, remote, or request parameter, depending on the port you are changing, in the port element, and then save the file. For example: port local=6101 remote=6201 request=6004 5-8 Oracle Fusion Middleware Administrators Guide 4. Start OPMN, and all OPMN-managed processes: UNIX ORACLE_INSTANCEbinopmnctl startall Windows ORACLE_INSTANCE\bin\opmnctl startall

5.3.5 Changing Oracle Portal Ports

Oracle Portal maintains information about some of the ports used by its underlying components. This section describes how to manage Oracle Portal ports. It includes the following topics: ■ Changing the Oracle Portal Midtier Port ■ Changing the Oracle Web Cache Invalidation Port for Oracle Portal ■ Changing the Oracle Internet Directory Port for Oracle Portal ■ Changing the PPE Loopback Port ■ Changing Oracle Portal SQLNet Listener Port ■ Restarting WLS_PORTAL Managed Server

5.3.5.1 Changing the Oracle Portal Midtier Port

In a default installation, you can access Oracle Portal through the Oracle Web Cache port, such as 8090. This port is referred to as the Oracle Portal midtier port. You must update this port if Oracle Web Cache is configured to listen on a different port or Oracle Web Cache is front-ended by a Proxy or Load Balancing Router LBR. To change the Oracle Portal midtier port using Fusion Middleware Control: 1. From the navigation pane, expand the farm, choose Portal, and select the Portal instance. 2. From the Portal menu, choose Settings, and then Wire Configuration, 3. Select the Database Access Descriptor, such as portal. 4. Expand the Portal Midtier section. 5. Change the port number, and click Apply. 6. Restart the WLS_PORTAL Managed Server. For more information, see Section 5.3.5.6 .

5.3.5.2 Changing the Oracle Web Cache Invalidation Port for Oracle Portal

Oracle Portal caches content in Oracle Web Cache. When content changes, Oracle Portal invalidates such cached content and maintains the Oracle Web Cache invalidation port. If you reconfigure the Web Cache invalidation port, you must update the port information maintained by Oracle Portal. To change the Oracle Portal Invalidation port using Fusion Middleware Control: Note: When you change these ports as described in this section, only the Oracle Portal configuration is updated. To update or change the port numbers of an underlying component, such as Oracle Web Cache or Oracle Internet Directory, see the component-specific documentation for information about managing ports. The configuration procedures described in this section require you to restart the WLS_PORTAL Managed Server. Managing Ports 5-9 1. From the navigation pane, expand the farm, choose Portal, and select the Portal instance. 2. From the Portal menu, choose Settings, and then Wire Configuration. 3. Select the Database Access Descriptor, such as portal. 4. Expand the Web Cache section. 5. Change the Invalidation Port number. If the Invalidation user name and the password are blank, enter the user name and the password. 6. Click Apply. 7. Restart the WLS_PORTAL Managed Server. For more information, see Section 5.3.5.6 .

5.3.5.3 Changing the Oracle Internet Directory Port for Oracle Portal

Oracle Portal maintains information about Oracle Internet Directory ports. To change the Oracle Portal Oracle Internet Directory OID port using Fusion Middleware Control: 1. From the navigation pane, expand the farm, choose Portal. and select the Portal instance. 2. From the Portal menu, choose Settings, and then Wire Configuration. 3. Select the Database Access Descriptor, such as portal. 4. Expand the OID section. 5. Change the port number. 6. Enter the Oracle Internet Directory user name and the password. 7. Click Apply. 8. Restart the WLS_PORTAL Managed Server. For more information, see Section 5.3.5.6 .

5.3.5.4 Changing the PPE Loopback Port

While servicing Portal pages, Oracle Portal makes loopback calls using the default site port. In some configurations, such as external SSL, you must configure the loopback call to a port other than the default site port. To change the PPE Loopback port using Fusion Middleware Control: 1. From the navigation pane, expand the farm, choose Portal, and select the Portal instance. 2. From the Portal menu, choose Settings, and then Page Engine. 3. Expand the Advanced Properties section. 4. Change the port number in the Use Port. Note: The Port number, Invalidation user name, and Invalidation password entered here must match the corresponding values of the Oracle Web Cache instance used by Oracle Portal. For more information about resetting these values, see the Oracle Fusion Middleware Administrators Guide for Oracle Web Cache.