[omniORB] Option "endpoint" - howto use?

Duncan Grisby duncan@grisby.org
Wed Apr 2 17:49:41 2003


On Tuesday 1 April, Jens Nissen wrote:

> In omniORB3, I used option poa_iiop_port and gave it the value 2905, using
> omniINSPOA instead of the RootPOA and actived my object XY by ID.
> Thus I could address my object XY from a client by
> corbaloc::127.0.0.1:2905/XY.
> Now I changed to omniORB4, which does not have an option poa_iiop_port
> anymore.
> So I tried -endpoint with a value of GIOP:TCP::2905 or
> GIOP:TCP:127.0.0.1:2905.

You need to use -ORBendPoint giop:tcp::2905 . You must get the
capitalisation exactly right.

Cheers,

Duncan.

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