Simple Java Application to debug basic RMI issues. First Run the adaptor on a remote machine and then start the manager. You need to pass two arguments adaptor host and port to both manager and adpator so they can connect.
- Clone the project
- Build it and cd target
- Run Adapter java -cp TestRmi-0.0.1-SNAPSHOT.jar standalone.StartAdaptor "adaptorHost" "adaptorPort"
- Run Manager java -cp TestRmi-0.0.1-SNAPSHOT.jar standalone.StartManager "adaptorHost" "adaptorPort"