aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes RMI Testing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "RMI Testing" Watch "RMI Testing" New topic
Author

RMI Testing

Ray Dawson
Ranch Hand

Joined: Sep 16, 2011
Posts: 75


This is the localhost, but what if I want to see if the app is going to run properly on different ip addresses & port which I provide.

So in short how can I generate some ips & test the rmi ??
Roberto Perillo
Bartender

Joined: Dec 28, 2007
Posts: 2212

Do you have a LAN where you can test your server (in your company, for instance)? Or, at least two computers in a LAN (it can be in your house, for instance)? If so, then you can start your server in a computer and try to connect to it from another computer. If it works, then you're fine.


Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
Ray Dawson
Ranch Hand

Joined: Sep 16, 2011
Posts: 75
Roberto Perillo wrote:Do you have a LAN where you can test your server (in your company, for instance)? Or, at least two computers in a LAN (it can be in your house, for instance)? If so, then you can start your server in a computer and try to connect to it from another computer. If it works, then you're fine.


Just did - It works!
 
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 Testing
 
Similar Threads
RMI - Remote Method Invocation
Start rmiregistry without command prompt
can't get this little RMI program to run...
Map or Hashtable
RMI and Eclispe Editor