| 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.
|
 |
 |
|
|
subject: Getting the HTTP error 404
|
|
|