Skip Headers
Oracle® Web Services Manager Deployment Guide
10g (10.1.3.3.0)

Part Number E10298-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

F Updating Host Names

This appendix describes the configuration changes you must make if the hosts on which your Oracle Web Services Manager (Oracle WSM) components reside change.

Updating Host Names

To dynamically generate some URLs, Oracle WSM needs to know the correct host names. If your host names change, you must update the install.properties file as described in the following procedures.

To change a host name for a single-host deployment

Follow this procedure if all Oracle WSM components are installed on one host.

  1. Update the install.http.host property in the Database Connections section of the ORACLE_HOME/owsm/bin/install.properties file.

  2. From the command prompt, execute the wsmadmin configApps command:

    wsmadmin configApps

  3. From the command prompt, execute the wsmadmin deploy command:

    wsmadmin deploy component

See Appendix C, "Oracle Web Services Manager WSMADMIN Commands" for more information.

To change a host name for a multiple-hosts deployment

Follow this procedure if your Oracle WSM components are distributed across multiple hosts.

  1. Update the attribute in the application properties file for each application. These are located in ORACLE_HOME/owsm/config.

  2. Update and reconcile the host names for all applications affected by changes to the HTTP settings.

  3. From the command prompt, execute the wsmadmin deploy command:

    wsmadmin deploy all

  4. Repeat this procedure for all of the HTTP ports in your deployment.

See Appendix C, "Oracle Web Services Manager WSMADMIN Commands" for more information.