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

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

 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic