I'm hosting a grizzly web service on a Windows 7 Pro machine (embedded in a regular Java process), and it is binding to http://my-domain-name.
When trying to hit the service from another machine, requests to http://my-domain-name fail (fiddler shows error code 502), but requests to http://my-ip work. When the service runs on a Windows Server 2008 machine, this doesn't happen (both requests succeed).
What could be the issue?
my-domain-name? – Shane Madden Jul 4 '12 at 20:32When trying to hit the service from another machine, requests to http://my-domain-name fail– Shane Madden Jul 8 '12 at 6:36