User Guide
Table Of Contents
- Installing and Using ColdFusion MX for IBM® WebSphere® Application Server
- Contents
- Introduction
- Chapter 1: Essential Information
- Chapter 2: Installing on WebSphere V5
- Chapter 3: Installing on WebSphere V4
- Chapter 4: Enabling and Using ColdFusion MX Features

Enabling ColdFusion MX functionality 45
System requirements
You must have all of the following components installed on your computer before you can make
CORBA invocations from ColdFusion MX:
• Borland VisiBroker 4.5.1 for Java
• Java Runtime Environment (JRE) 1.2 or higher for the VisiBroker Interface Repository
Installing and configuring VisiBroker for CORBA connections
This section describes how to use VisiBroker for CORBA connections.
To install and configure VisiBroker for CORBA connections:
1 Install VisiBroker on the CORBA server side, if you have not already done so.
For more information, see the Borland VisiBroker documentation.
2 Copy the vbjorb.jar file to your JRE’s jre/lib/ext directory.
3 Configure a VisiBroker connector in ColdFusion MX, as follows:
a In the ColdFusion MX Administrator, select Extensions > CORBA Connectors.
b On the CORBA Connectors page, click Register CORBA Connector.
c On the CORBA Connector page, enter information for the connector.
The following are values for an example connector:
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 as 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
Field Value
ORB Name visibroker
ORB Class Name coldfusion.runtime.corba.VisibrokerConnector
Classpath (none)
ORB Property File cf_root\WEB-INF\cfusion\lib\vbjorb.properties