• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Browser can't display Console page for Weblogic 7.0 Server running on same NT machine

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can check two things, may be helpful for you.
1. The domian you created, it's console enabled and the value u have given for console context path should be console.If you have given it some thing diff then you will have to use as http://localhost/THE NAME OF CONSOLE CONTEXT.
2. IF point one is fine then check this . Open your browser go to Tools >> Internet Options >>Lan Setting and be sure that use proxy server check box is not selected.
 
Arthur, where are your pants? Check under this tiny ad.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic