aspose file tools
The moose likes Distributed Java and the fly likes RMI between 2 computers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "RMI between 2 computers " Watch "RMI between 2 computers " New topic
Author

RMI between 2 computers

John Eipe
Ranch Hand

Joined: May 23, 2008
Posts: 205
Hi

I had been learning RMI and successfully completed it on my local machine. But how do I make it work in a Network.
Also, How do I pass the Interface and the stub to the client machine?

Thanks,


www.cs-repository.info
Ram Narayan.M
Ranch Hand

Joined: Jul 11, 2010
Posts: 244

jar packaging of only Remote Interfaces should be available at the client side...

And to refer the RMI Registry from the Client, should furnish the "IP Address" and "Port" at which RMI registry listens, in the program...


SCJP 6 [SCJP - Old is Gold]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RMI between 2 computers
 
Similar Threads
Help: LDAP Authentication x RMI
Remote Applet Example
Help: LDAP Authentication x RMI
Design Issue in my RMI Application
Servlet as an rmi client