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

Oracle HTTP server - Page canot be displayed

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to visit the server page by using URL 'http://localhost:8000'. It gives error 'Page can not be displayed'. I tried with port No 7777 and 7778 also but got the same error.
In 'httpd.conf' file in location ORACLE_HOME\Apache\Apache\conf also the port is mentioned as 7778.
I got this server with database installed I am using it for the first time.
While we start the server we are getting following error:

Can anybody help us in getting this resolved, please.
 
Ranch Hand
Posts: 338
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't have a lot of experience with OAS... but here is a link to the default ports and their associated components.

http://download.oracle.com/docs/cd/B28359_01/install.111/b32006/ports.htm#CIHCCJCF

I would also make sure the wdbsvr file is where OAS thinks it is and that it is a valid configuration file.
 
reply
    Bookmark Topic Watch Topic
  • New Topic