How to get the IP address of RMI server???
843793Feb 3 2005 — edited Feb 10 2005Hi:
Is there a way to know the IP address of RMI server before client and server connect?
I am assuming that client didn't know the IP address of the server.
Because I know that client must hold a server reference so that client can connect to server.
But I want my client program to find out server IP address before they connect and use this finding to connect to server.
Is it possible?
Thanks!