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

Can not access Glassfish from machine's IP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi There,
i have a web service application running on Glassfish server v2 on XP machine. i can access, retrieve and manipulate data from the server with no problem from a running application the same machine using the localhost:8080 address. however, changing the server address from localhost to the machine's ip address stops accessing to the web serivce from outside totally!

using the web browser to display the web service wsdl file on Glassfish works fine using the localhost, 127.0.0.1 or machine's ip address. but this doesn't work from any other application that trying to communication with the web service.

by the way, at the moment I'm trying to access the glassfish server form a flex web application.

any thoughts on how to solve this problem will be much appreciated.

Thanks in advance
Ahmed

 
In the renaissance, how big were the dinosaurs? Did you have tiny ads?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic