M
Matt Baker
Guest
By default java RMI binds to the IP address. This is java default behavior. And it is annoying for exactly the reason you describe. Have you tried using the real hostname instead of ‘localhost’. You can also start the adminserver with -host which will do the same thing without having to edit the properties file (it sets java.rmi.server.hostname for you).
Continue reading...
Continue reading...