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.
This message was edited 1 time. Last update was at by Bear Bibeault
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?
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.