Hi, I'm trying the chat rmi example on chapter 15 of professional java
programming. I have compiled the 3 remote interfaces, generated the stubs
and skeletons, started rmiregistry, started the RMIServer java
chat.rmi.RMIServer and then started RMIClient java chat.rmi.RMIClient
bspell brett, but I get "logon error Connection refused to host:
XX.XXX.XXX.XX; nested exception is: java.net.ConnectException: Connection
refused: connect". I was wondering what the solution is for this error.
Thanks gemann