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 computer running OSAGENT>
vbroker.agent.port=<port>
Start the Interface Repository and load it with the IDL file that you plan to use, by entering
b
an
command, as in the following example:
irep
irep myir MyIDLFile.idl
If you plan to use the Naming Service, start it by entering a command as in the following
c
example:
nameserv namingroot
The name of the Naming Service (
value for
SVCnameroot
Start VisiBroker on your CORBA server.
d
For more information, see the Borland VisiBroker documentation.
Restart ColdFusion MX for your changes to take effect.
5
For more information, see
You can make CORBA invocations from ColdFusion MX.
For more information about integrating CORBA objects into ColdFusion MX, see Developing
ColdFusion MX Applications.
Enabling web services access for Flash Remoting
By default, Flash Remoting cannot access web services through ColdFusion MX 6.1.
To enable Flash Remoting to access web services through ColdFusion MX 6.1:
Open the cf_root/WEB-INF/web.xml file in a text editor.
1
Locate the servlet definition for FlashGateway and change the DISABLE_CFWS_ADAPTERS
2
init-param from true to false.
<servlet>
<servlet-name>FlashGateway</servlet-name>
...
<init-param>
<param-name>DISABLE_CFWS_ADAPTERS</param-name>
<param-value>
<description>When set to true, this setting disables the
ColdFusion WebServices Adapters in the gateway.</description>
</init-param>
</servlet>
Save the file.
3
Using a third-party JDBC database driver
ColdFusion MX includes JDBC Type 4 database drivers from Merant and MySQL, and JDBC
Type 3 database drivers from Merant and SQL Link. (JDBC is an Application Programming
Interface (API) for Java programs to access data.)
46
Chapter 4: Enabling and Using ColdFusion MX Features
namingroot
in the vbjorb.properties file.
"Managing ColdFusion MX" on page
</param-value>
in the previous example) must match the
47.
Need help?
Do you have a question about the COLDFUSION MX 61 - INSTALLING COLDFUSION MX FOR IBM WEBSPHERE APPLICATION SERVER and is the answer not in the manual?