4.6.3 INS Command-line Options
As of release 8.0, Oracle Tuxedo CORBA supports the -ORBInitRef
and -ORBDefaultInitRef
command-line options. For a complete description of these options, see “ORB Initialization Member Function”.
The following example assumes an Oracle Tuxedo CORBA IIOP client is talking to an Oracle Tuxedo CORBA IIOP server environment:
client_app –ORBid BEA_IIOP –ORBInitRef
FactoryFinder=corbaloc::myhost:2468/FactoryFinder
Given this example, a call to
ORB::resolve_initial_references
for the FactoryFinder
will result in an interoperable initial reference request being sent to the ISL/ISH on myhost
at port 2468
.
Note:
The case ofmyhost
must exactly match the case of the host specified for the ISL/ISH in the tuxconfig
file.
Parent topic: Interoperable Naming Service Bootstrapping Mechanism