On my Windows NT system: In Weblogic 7.0 I use the Configuration Wizard to define a domain with a single server that listens on port 7001 (and also 7002 for SSL).
Then I use the script startWebLogic.cmd to start the server running. It starts up OK.
Then I open my IE browser on the same machine and put in address
http://localhost:7001/console. The browser displays an error page "The page cannot be displayed. The page you are looking for is currently unavailable�".
Weblogic server itself doesn't shows any error message.
The same thing happens if I point the browser to
http://127.0.0.1:7001/console, or
http://myComputerName:7001/console. Thanks for any help.