I have a web service deployed to a Tomcat server which is running in Windows Server 2008. When I invoke the web service from an internal browser on the web server, it works perfectly.
However, when I attempt to use the same URL to access the web service from another computer, I get a “404 – File or directory not found” error.
Any idea what is causing this error?
It turns out it was an issue with the firewall. I don’t really understand why it gave me the 404 error.