[omniORB] IOR and NAT trouble.

W. Borgert debacle at debian.org
Thu Mar 4 14:09:23 GMT 2004


Quoting Nicolas Pierre <pierre at lifc.univ-fcomte.fr>:
> Currently, I'm trying to use CORBA through a NATed network.
> One option that appear is to use fixed IOR, using genior.
> Well, I'm triying to find a way to force an IOR on an object. How can 
> this be done? Or where can I find informations about thoses things?

With omniORB this is very easy: Use the "omniINSPOA" instead of
the "RootPOA", activate your object with a given string using
activate_object_with_id() and fix your TCP port by using e.g.
-ORBendPoint giop:tcp::1234: for the ORB_init().

Cheers, WB



More information about the omniORB-list mailing list