Glynbach2 wrote:
Hi, I am having problems with IIS redirect using IIS6, Tomcat 6 and JRE6. The
servlet can be accessed on :8080 but gives a 404 error on :80.

Just to try to eliminate the obvious :
- is Tomcat really listening on port 8009 ?
 "netstat -an" will tell you.
- is port 8009 not being blocked by the Windows firewall or such ?
you can slso try "telnet localhost 8009" (if it works, Tomcat will accept and then close the connection; the error should be different if you cannot even reach the 8009 port though)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to