, the rebind will throw an exception
Regards, Rene Larsen
Regards, Rene Larsen
Connection refused to host: 218.244.114.87; nested exception is:
java.net.ConnectException: Connection refused: connect
Aruna A. Raghavan<br />SCJP, SCJD, SCWCD
Originally posted by Rene Larsen:
You could have the Server start the RMI-registry, when it starts.
If you try to start a new RMI-Registry on the same port and same host, you'll get a RemoteException.
This mean that you can only have one server running.
Rene
[ January 01, 2003: Message edited by: Rene Larsen ]