Specifications

CHAPTER 7
90
Configuring Your System
org.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB
SVCnameroot=namingroot
d When you finish editing the page, click Submit.
The CORBA Connectors page appears.
e Select the radio button to the left of your new CORBA connector and click Select ORB Connector.
This sets the new connector to be the default.
4 Prepare your CORBA server side, as follows:
a Start your Visibroker osagent service or process, if it is not already running, by entering the following
command:
osagent
Note: If you must connect to an osagent in another subnetwork, include the following lines in the
vbjorb.properties file:
vbroker.agent.addr=<IP address of machine running OSAGENT>
vbroker.agent.port=<port>
b Start the Interface Repository and load it with the IDL file that you plan to use, by entering an irep
command, as in the following example:
irep myir MyIDLFile.idl
c (Optional) Start the Naming Service by entering a command like the following:
nameserv namingroot
Note: The name of the Naming Service (namingroot in the previous example) must match the value for
SVCnameroot in the vbjorb.properties file.
d Start Visibroker on your CORBA server.
For more information, see the Borland Visibroker documentation.
5 Restart ColdFusion for your changes to take effect.
For more information, see
“Managing ColdFusion services in Windows” on page 76 and “Managing the
ColdFusion process in UNIX” on page 77
.
You can now make CORBA invocations from ColdFusion. For more information about integrating CORBA
objects into ColdFusion, see the ColdFusion Developer’s Guide.