Re: CORBA server on Docker container
Duncan Grisby via omniORB-list <[email protected]> Tue, 10 Jul 2018 17:50:41 +0100
| Newsgroups | gmane.comp.corba.omniorb.user |
|---|---|
| Message-ID | <[email protected]> |
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 -- -- [email protected] -- -- http://www.grisby.org -- _______________________________________________ omniORB-list mailing list [email protected] http://www.omniorb-support.com/mailman/listinfo/omniorb-list