Search code examples
network-programmingservletsweblogiclocalhost

firefox cannot access http://my_machine_name in Firefox


I am using Weblogic seever for local testing..

I cannot cannot access http://my_machine_name in Firefox (e.g. http://xyz123)

The same can be accessed in IE/Safari

Please help me. Thank you


Solution

  • There's no fundamental reason why one browser would work and the other fail, so it's likely down to configuration of the browsers.

    Following up JoseK's question - can you access your local WebLogic Server instance using an IP address rather than the machine name?

    Also, is it possible that you've got a corporate HTTP proxy server configured for Firefox, but that it's not being used in IE? (I've hit this before on client site myself)

    Last of all, can you definitely check via WebLogic Server's server log files or netstat that it's definitely binding to your public IP address on port 80 (and not using something else like a loopback address, for example?)