[omniORB] CORBA server on Docker container

Duncan Grisby duncan at grisby.org
Tue Jul 10 17:50:41 BST 2018


On Tue, 2018-06-26 at 11:27 +0000, Peter Danziger via omniORB-list
wrote:

> Is it possible to tell the ORB to use a given IP address (the address
> of the Docker host) for object references?

Yes, with the endPoint and endPointPublish parameters:

http://omniorb.sourceforge.net/omni42/omniORB/omniORB006.html#sec103

> Is there any documentation how to user OmniOrb in a container
> environment?

Not specifically, no, but there is extensive documentation about
the listening and publishing of endpoints.

Some of the things that containers do with regard to network address
and port mapping are not especially compatible with the way CORBA
works. Any time a system publishes an object reference, it contains
endpoint information about how to contact the object. If the IP address
and port that a server thinks it is listening on are different to the
details that a client needs to use to connect, all object references
will fail to work as you have seen.

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --




More information about the omniORB-list mailing list