> 1. Tomcat version? > 2. Is Tomcat running standalone, or behind another web server, e.g. Apache? > 3. There are only these two connectors in your server.xml?
Its tomcat 5.5 (i believe) embedded in jboss5.1.0GA running standalone "default" server. Those are the only 2 connectors in the context.xml file. I removed the AJP connector completely. >From the server log when its starting up, notice the change from 8080 to 80 went through but 8443 to 443 had no effect: 18:48:09,605 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-192.168.1.5-80 18:48:09,648 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-192.168.1.5-8443 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org