• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RMI Testing

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


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 ??
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ray Dawson
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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!
 
reply
    Bookmark Topic Watch Topic
  • New Topic