Hi,
I am working on a java servlet (abc.java) in Web Application Project in Eclipse. The code works fine and the server is running on http://localhost:8080/ .
But when I connect to this localhost server from other C# application using http://localhost:8080/abc
It says "Error 404 and no file found : /abc "
Any help on this will be appreciated. Please reply at the earliest.
Thanks in advance.