Hi all, I have installed Tomcat 5.5.29 on Windows 2008 as a service. It works fine on the computer where I installed it: http://localhost:8080/, http://localhost:8080/admin, http://localhost:8080/manager/html, http://localhost:8080/myWebApp answer well.
But when I try to access it from any other computer of the local private network, I get a "Connection failed" error, ie. the URLs http://myServer:8080/, http://myServer:8080/admin, etc... do not respond. NB: - the firewall is inactive on the server and on the clients - my configuration is basic: no AJP, no proxy, no cluster, I call Tomcat directly on the default ports - I tried a "telnet myServer 8080", which did not work - I tried to install Tomcat 5.5.17 instead of Tomcat 5.5.29, and it worked !! ie. the URLs http://myServer:8080/, http://myServer:8080/admin, etc... DO respond !! Is there a security restriction since Tomcat 5.5.17 ? I read the security archives of Tomcat 5.5, but found nothing. Thanks in advance, Marc. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org