java.rmi.server.hostname and a router
843793Mar 15 2007 — edited Mar 15 2007Hi,
I'm new to RMI.
I'm trying to establish connection between my client and my server that are running on 2 different IP, but my server is connected to a router.
So my question is what should I set the java.rmi.server.hostname property to (192.168... or 204.30...)?
And must a property with this IP be set when lauching the client ?
Thank you!