• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic Workshop 10.3 installed & browser page http://localhost:7001 not working

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have installed Weblogic Workbench 10.3. The installation also installs aspects of Weblogic web server. I have created a domain for my weblogic server and the server starts ok without any errors. I cannot access web page http://localhost:7001 though. I've tried http://localhost:7001/console also as well as deploying the "MailingListService.java" web service example as per http://download.oracle.com/docs/cd/E12840_01/wlw/docs103/guide/webservices/WSTutorial/tutWebSvcStep4.html and trying to access it also. I keep getting errors such as the following

"Error 404--Not Found
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.5 404 Not Found
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address."

As I have only installed Weblogic for the first time it may just require an additional configuration to fix this, however I'm not sure what.

Does anyone have any suggestions on how to resolve this?

Thanks in advance!
 
Ranch Hand
Posts: 88
Spring Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well as a default behaviour weblogic 10.3 deploys admistrative console upon first request.
But as it seems in your case the console is not installed.
Which os are you using by the way?
 
Tom Walsh
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, thanks for the help.
I am on Operating System Windows XP Professional 5.1 Service Pack 3.

Cheers again!
 
Tom Walsh
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found the source of my problems in accessing the Weblogic Local server browser console. It was as a result of performing a “Custom” instead of “Standard” installation during my Oracle Workshop installation.
I had installed workshop and not all other Oracle Weblogic components. To get the weblogic local server web console to work a full “standard” installation was required. I can now access web services successfully on the local weblogic server.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic