From: sneha b <sne...@gm...> - 2016-09-15 04:50:13
|
Hi, I want to publish the ip "165.100.10.1" in IOR and I am passing the parameters as below: props.put("iiop.port", "60003"); props.put("iip.hostname", "165.100.10.1"); props.put("iiop.listenAddress", "0.0.0.0"); orb = rg.omg.CORBA.ORB.init(args,props); Still when I decode the IOR I am seeing the configured machine IP. Can someone please let me know am I missing something. Thanks, |