• 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

rmiregistry & Linux server

 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just spent a good 10 hours over the past couple days figuring this out- though Samba & my Windows network know ThinkPad (running RH Linux 7.3) is 192.168.1.2... rmiregistry broadcasts what it finds in /etc/hosts, which in my case was:
which was baffling, since I darn well wasn't trying to connect to localhost!!! And furthermore, I'd put code into my client verifying that I had permission to connect to "ThinkPad/192.168.1.2"!
Now I can serve from either Linux or Windows
 
Ranch Hand
Posts: 3451
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


... /etc/hosts ...


How I miss the days when Unix was king of the Universe!
Michael Morris
 
Thomas Fly
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You mean it's not??? Try running a webserver on Windows XP for a couple months (i.e., until the worm of some developing Code Red moth has eaten its brains out to the point of syphilitic dementia).
 
reply
    Bookmark Topic Watch Topic
  • New Topic