M
Mark Chao
Hi all, recently I am trying to creating a presistent RMI registry by
implementing the java.RMI.registry interface. The registry keeps a
backup copy of all the binded objects. However, I realised that I have
no idea how to run it. Usually I just run the default RMIRegistry, by
typing RMIregistry in command prompt. However, how can I run this
registry that I have created, and use it across different JVM? I wonder
whether the LocateRegistry will work, and recognise my own registry.
Thanks if you can give me some hint.
implementing the java.RMI.registry interface. The registry keeps a
backup copy of all the binded objects. However, I realised that I have
no idea how to run it. Usually I just run the default RMIRegistry, by
typing RMIregistry in command prompt. However, how can I run this
registry that I have created, and use it across different JVM? I wonder
whether the LocateRegistry will work, and recognise my own registry.
Thanks if you can give me some hint.