Skip to content

ziadmoubayed/Basic-RMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic RMI Test


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.

usage

  1. Clone the project
  2. Build it and cd target
  3. Run Adapter java -cp TestRmi-0.0.1-SNAPSHOT.jar standalone.StartAdaptor "adaptorHost" "adaptorPort"
  4. Run Manager java -cp TestRmi-0.0.1-SNAPSHOT.jar standalone.StartManager "adaptorHost" "adaptorPort"

About

Java application to test RMI issues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages