[omniORB] Can't connect to server when launched from Linux?!?

Brecht Vermeulen brecht.vermeulen@rug.ac.be
Tue, 20 Mar 2001 00:49:48 +0100


Gary,

I don't think there is an interface for (because the transparancy is one
of the goals of CORBA), but if you want the IP address for debugging,
you can use the catior tool of omniORB.

For use in your program you could have a look at its source code and
copy it in your program if you have an IOR.

best regards;
Brecht

Gary Liu wrote:
> 
> Is there any interface allow me to get the server's ip address if I have the
> ior file?
> maybe:
> ipaddress=moduleName.getIpAddress("server'sIorFileName");
> 
> Thanks
> 
> Gary