Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
3.
c.
d.
e.
4.
a.
b.
c.
The following is an example of a correctly configured connector:
Field Value
ORB Name visibroker
ORB Class Name coldfusion.runtime.corba.VisibrokerConnecto
r
Classpath (none)
ORB Property File C:\ColdFusion10\lib\vbjorb.properties
The ORB Property File points to a Java properties file that contains the correct ORB settings for
Visibroker. The contents of the vbjorb.properties file look like the following:
org.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB
org.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB
SVCnameroot=namingroot
When you finish editing the page, click Submit. The CORBA Connectors page appears.
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.
Prepare your CORBA server side, as follows:
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>
Start the Interface Repository and load it with the IDL file that you plan to use, by entering an ir
command, as in the following example:ep
irep myir MyIDLFile.idl
(Optional) Start the Naming Service by entering a command like the following: