68 INSTALLING COLDFUSION 9 Configuring Your System b On the Java and JVM Settings page, in the Class Path text box, enter the path to your vbjorb.jar file (for example, C:\Inprise\vbroker\lib\vbjorb.jar). Add -Xbootclasspath/a:"C:/Inprise/vbroker/lib/vbjorb.jar", to the JVM Args text box. You require only the JAR file on the computer that is running ColdFusion; you do not need the full Visibroker installation. c Click Submit Changes. 3 Configure a Visibroker connector in ColdFusion, as follows: a In the ColdFusion Administrator, select Extensions > CORBA Connectors. b In the CORBA Connectors page, click Register CORBA Connector. c In the CORBA Connector page, enter information for the connector. The following is an example of a correctly configured connector: Field Value ORB Name visibroker ORB Class Name coldfusion.runtime.corba.VisibrokerConnector Classpath (none) ORB Property File C:\ColdFusion9\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 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. Last updated 1/20/2012