| 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!
|
 |
 |
|
|
subject: RMI Testing
|
|
|