Oracle® Web Services Manager Deployment Guide 10g (10.1.3.3.0) Part Number E10298-01 |
|
|
View PDF |
This appendix describes the configuration changes you must make if the hosts on which your Oracle Web Services Manager (Oracle WSM) components reside change.
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.
Update the install.http.host
property in the Database Connections section of the ORACLE_HOME
/owsm/bin/install.properties
file.
From the command prompt, execute the wsmadmin configApps
command:
wsmadmin configApps
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.
Update the attribute in the application properties file for each application. These are located in ORACLE_HOME
/owsm/config
.
Update and reconcile the host names for all applications affected by changes to the HTTP settings.
From the command prompt, execute the wsmadmin deploy
command:
wsmadmin deploy
all
Repeat this procedure for all of the HTTP ports in your deployment.
See Appendix C, "Oracle Web Services Manager WSMADMIN Commands" for more information.