Distributed Java Programming with RMI and CORBA

Java RMI - Two things to remember - mscharhag Oct 22, 2013 RMI Name resolution questions: - courses.cs.washington.edu If necessary, you can set the java.rmi.server.hostname property on the server to the correct IP address or hostname of the server machine and RMI will use this property's value to generate remote references to the server. Q3: My server is using a fully-qualified domain name or IP address, so why do I still get an UnknownHostException?

To support tunneling RMI traffic over an SSH tunnel as the remote endpoint using a port on the local machine, loopback interface is now allowed to be used if it has been specified directly using the Java System Property "java.rmi.server.hostname" parameter.

java.rmi.server (Java Platform SE 7 ) - Oracle Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler. Installing CM - Configuring multiple RMI servers

How to connect JConsole to Tomcat running as a service

RMI Registry bind address | Oracle Community Dec 05, 2004 RMI binding to more than one IP (Distributed Java forum at If the server has two NIC cards, then is it possible for the clients on different networks to connect to the server with the Network IP address to which it belongs other than the default one (obtained from system property) (ie) is it possible for the RMI server to listen for requests coming on both the IP adresses. Will the Custom RMI Socket factory helps in this.