views:

24

answers:

0

I have a client that connects to an RMI registry over SSL, so as far as I know on the server side I have to use LocateRegistry.createRegistry(). However how would I get another Server to bind interfaces to the same registry, and have them being accessible even when the first server is closed.

Any help would be greatly appreciated.

Thanks in advance.