Adobe 38043740 User Guide - Page 94

The CORBA Connectors appears.

Page 94 highlights

90 CHAPTER 7 Configuring Your System 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= vbroker.agent.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. d Start Visibroker on your CORBA server. For more information, see the Borland Visibroker documentation. 5 Restart ColdFusion for your changes to take effect. For more information, see "Managing ColdFusion services in Windows" on page 76 and "Managing the ColdFusion process in UNIX" on page 77. You can now make CORBA invocations from ColdFusion. For more information about integrating CORBA objects into ColdFusion, see the ColdFusion Developer's Guide.

  • 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

CHAPTER 7
90
Configuring Your System
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.
d
Start Visibroker on your CORBA server.
For more information, see the Borland Visibroker documentation.
5
Restart ColdFusion for your changes to take effect.
For more information, see
“Managing ColdFusion services in Windows” on page 76
and
“Managing the
ColdFusion process in UNIX” on page 77
.
You can now make CORBA invocations from ColdFusion. For more information about integrating CORBA
objects into ColdFusion, see the
ColdFusion Developer’s Guide
.