• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

installation problem(weblogic 10.3.1.0)

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have a problem in installing weblogic 10.3.1.0 ...after installation ..when i open the web browser
and say urlhttp://localhost/7001/console

it gives me

Not Found
The requested URL /7001/console was not found on this server.

Oracle HTTP Server Powered by Apache/1.3.22 Server at sys Port 80

what should i do..
 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try this URL - http://localhost:7001/console

* colon between localhost & port.
 
Arun raghvan
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
after spending 2.5 hours i figured out that ...it's not http://localhost:7001/console but http://sys:7001/console
 
Ranch Hand
Posts: 2066
IntelliJ IDE Clojure Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Arun raghvan wrote:after spending 2.5 hours i figured out that ...it's not http://localhost:7001/console but http://sys:7001/console



Why is that? Because you're using Weblogic instead of Tomcat?
 
Arun raghvan
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have No idea !! but after i put this url:http://sys:7001/console it started to work.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It may be beacuse of the entry in hosts file.. normally weblogic should open in localhost:7001
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic