Perform the following steps to change the location of the Object Request Broker during installation:
Table 24 also shows the variables within the CWSharedEnv
file that specify the ORB location.
Table 24. Location of the IBM Java ORB
ORB location | IBM ORB property | Default value | CWSharedEnv variable |
---|---|---|---|
IP address | org.img.CORBA.ORBInitialHost | Name of the local host | ORB_HOST |
Port number | org.omg.CORBA.ORBInitialPort | 14500 | ORB_PORT |
Perform one of the following steps to change the location of the Object Request Broker after installation:
set ORB_PORT=15002
-Dorg.omg.CORBA.ORBInitialPort=15002
For information on how to change ORB properties, see Steps for customizing the Object Request Broker.