• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

testing

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

I do not have access to a LAN, and would like to test client server functionality, how can I do this?

thanks,
J.C
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello James,

You can test the client/server functionality by just launching the server and the client on the same machine, and connecting the client to the localhost (IP 127.0.0.1).

You can also install a virtual machine. Have a look at http://www.virtualbox.org/. The idea about virtual machines is to install an operating system over another operating system, obtaining a virtual machine. VirtualBox is very easy to install and configure.

If you have connectivity problems with your virtual machine you can use a VPN (Virtual Private Network). An easy one to use is Hamachi. Have a look at http://www.hamachi.cc/.

I hope this helps,

Jar
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm afraid I haven't touched my project for a month and I can't remember the specifics(!) but when I utilised my wifes laptop as a "server", I discovered a problem with my RMI implementation which was not apparent when running both client and server on the same machine.

So what I'm saying is it's definately worth testing them on seperate machines.
 
I think she's lovely. It's this tiny ad that called her crazy:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic