简体   繁体   中英

Corba IOR decode

I know this IOR may contain multiple components.The typical IOR normally contains the IP address of the remote host, the number of the remote port on that the CORBA server is listening, a string defining the class of the remote object on which the methods will be invoked, and the object key that is used by the server ORB to identify the object.

Is it possible that when I decode an IOR it gives me HOST NAME instead of IP Address.?

that is, it resolves like Machine-abc.co.in instead of some IP Adress like 192.168.64.56

Set this to use DNS names in IORs

jacorb.dns.enable=on

Also , refer http://jacorb.org/bugzilla/show_bug.cgi?id=872

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM