![]() |
|
Network Address Translation (NAT) or IP masquerading implies that the IP of Server host is mapped to a global IP outside the firewall, so that any request arriving at the global IP is transparently directed to the local IP. For the Server to receive calls from the global IP across the firewall, point java.rmi.server.hostname to the global IP while starting the Server.
For example, if your global IP is 127.0.0.1, start the Server using java -Djava.rmi.server.hostname=127.0.0.1 com.pramati.Server.
Related Topics:
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |