Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
4.
1.
2.
1.
2.
a.
b.
c.
3.
a.
b.
c.
Configure Sun Java System Web Server 7 on UNIX
You can configure and verify Sun Java Web Server (6.x)/Sun Java System Web Server (7.0) for ColdFusion
in UNIX.
Launch the /cfusion/runtime/bin launch wsconfig tool.cfroot
Click Add, and then select Sun Web Server 7.
Select conf dir from the Sun Web Server root (created instance).
Select the Configure Web Server For ColdFusion Applications option and click Add.
Note
Use the following command to configure Sun Java Web Server using the
command-line: ./wsconfig -ws iplanet -dir config_folder_of_web_s
erver_instance
Unconfigure Sun Java Web Server 6.0/Sun Java System Web Server 7 on UNIX
Go to <cf_home>/runtime/bin directory.
Execute the following command:./wsconfig -ws SunJWS -dir <Directory path> -remove
#back to top
Enabling CORBA support
ColdFusion supports third-party Object Request Brokers (ORBs) through its integration with Borland
Visibroker. However, you must acquire the Common Object Request Broker Architecture (CORBA) software
separately from Borland.
System requirements
You must have all of the following components installed on your computer before you can make CORBA
invocations from ColdFusion:
Borland Visibroker 4.5.1 for Java
Java Runtime Environment (JRE) 1.4 for the Visibroker Interface Repository
JRE 1.6 or later for ColdFusion 10
Installing Visibroker for CORBA connections
Install Visibroker on the CORBA server side. For more information, see the Borland Visibroker
documentation.
Add the vbjorb.jar file to the ColdFusion classpath, as follows:
In the ColdFusion Administrator, select Server Settings > Java and JVM. When using the J2EE
configuration, you add the vbjorb.jar file to the J2EE application server classpath, using the
server-specific method.
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/v
, to the JVM Args text box.broker/lib/vbjorb.jar"
You require only the JAR file on the computer that is running ColdFusion; you do not need the
full Visibroker installation.
Click Submit Changes.
Configure a Visibroker connector in ColdFusion, as follows:
In the ColdFusion Administrator, select Extensions > CORBA Connectors.
In the CORBA Connectors page, click Register CORBA Connector.
In the CORBA Connector page, enter information for the connector.