[omniORB] Full Visibility of the ORB variable
bjorn rohde jensen
bjensen@fastmail.fm
Fri Oct 18 14:33:01 2002
Hi Diego,
You ought not have much of a problem making the
orb instance globaly visible. I would think having
an extern CORBA::ORB_ptr declared in a header file
ought to work. What kind of problems are you
experiencing?
The simplest way to configure omniORB4 with the
location of a NameService is to put a corbaloc
URI in the config file. It does not matter, where
the NameService is located, if the transport layer
is reliable and configured properly....
You could place a line like:
InitRef = NameService=corbaloc:iiop:some_host:some_port/NameService
under the InitRef section for clients in the config
file.
Yours sincerely,
Bjorn