Adobe 38043740 User Guide - Page 93

Installing Visibroker for CORBA connections

Page 93 highlights

ADOBE COLDFUSION 8 89 Installing and Using ColdFusion Installing Visibroker for CORBA connections Install Visibroker for CORBA connections 1 Install Visibroker on the CORBA server side. For more information, see the Borland Visibroker documentation. 2 Add the vbjorb.jar file to the ColdFusion classpath, as follows: a 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. 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). You must 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 ORB Name ORB Class Name Classpath ORB Property File Value visibroker coldfusion.runtime.corba.VisibrokerConnector (none) C:\ColdFusion8\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

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

89
ADOBE COLDFUSION 8
Installing and Using ColdFusion
Installing Visibroker for CORBA connections
Install Visibroker for CORBA connections
1
Install Visibroker on the CORBA server side.
For more information, see the Borland Visibroker documentation.
2
Add the vbjorb.jar file to the ColdFusion classpath, as follows:
a
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.
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). You must 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:
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
Field
Value
ORB Name
visibroker
ORB Class Name
coldfusion.runtime.corba.VisibrokerConnector
Classpath
(none)
ORB Property File
C:\ColdFusion8\lib\vbjorb.properties