Title
Changing the hostname and port in Oracle SOA Suite 10g (10.1.3)

Date
2008-08-29

Summary
When updating the hostname and/or port in Oracle SOA Suite 10g, a few changes needs to be made throughout a few configuration files to avoid running into issues.

Details
1. Edit $ORACLE_HOME/Apache/Apache/conf/httpd.conf and update the values accordingly:
ServerName thisisahmed.com
Port 7777
Listen 7777

2. Edit $ORACLE_HOME/bpel/utilities/ant-orabpel.properties and update the values accordingly:
hostname      = thisisahmed.com
http.port     = 7777

3. Edit $ORACLE_HOME/bpel/system/config/collaxa-config.xml and replace the hostname and port of the URLs for each of these parameters:
    - soapServerUrl
    - soapCallbackUrl
    - jndiProviderURL
    - clusterName

4. SQL*Plus to the database as user ORAESB and execute the following SQL statement:
UPDATE oraesb.esb_parameter
SET    dt_oc4j_host      = 'thisisahmed.com',
       dt_oc4j_http_port = '7777';

Applicable Versions
Oracle SOA Suite 10g (10.1.3)
Ahmed Aboulnaga

.com .com