jQuery in Action, 2nd edition
The moose likes Websphere and the fly likes Getting the HTTP error 404 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Getting the HTTP error 404" Watch "Getting the HTTP error 404" New topic
Author

Getting the HTTP error 404

Anil Mundra
Greenhorn

Joined: Nov 14, 2008
Posts: 21
Hi,

I am building a web service in RAD 7.0. Here when i am testing my web service on UTC than it is successfully running but it is not running on browser and giving the HTTP error 404. After starting the server when I run http://localhost:9080 than also it is giving me HTTP error 404. Is there any configuration required for server. Please help me.

Thanks in advance.
Vijitha Kumara
Bartender

Joined: Mar 24, 2008
Posts: 3670

Anil Mundra wrote: After starting the server when I run http://localhost:9080 than also it is giving me HTTP error 404. Is there any configuration required for server.

Did you check the documentation for the default port the server is running?


SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
Deepak Pant
Ranch Hand

Joined: Feb 13, 2004
Posts: 443
Anil Mundra wrote:Hi,

I am building a web service in RAD 7.0. Here when i am testing my web service on UTC than it is successfully running but it is not running on browser and giving the HTTP error 404. After starting the server when I run http://localhost:9080 than also it is giving me HTTP error 404. Is there any configuration required for server. Please help me.

Thanks in advance.


Try adding 127.0.0.1 as the host for port 9080 in the virtual host configuration.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Getting the HTTP error 404
 
Similar Threads
unable to start tomcat
Getting error while calling web service using VPN. Urgent!!
server created in eclipse not showing welcome page of tomcat
problem in calling servlet
Getting error while testing Web Service.