> Any reason you are using Apache httpd, here, at all? > None - I'd prefer not using it at all if possible.
> If Apache httpd is not needed, shut it down and disable it. In fact, > uninstall it if you don't need it. Perfect. > > Ports 80, 8080, 443 and 8443 are allowed through the firewall. > > You shouldn't need 8080 and 8443 at all: if you just want Tomcat to > serve both ports 80 and 443, then you need to: > > 1. Disable / uninstall Apache httpd > 2. Change the above Tomcat configuration for your HTTP connector to use > port="80" instead of port="8080" > Should the connectors for port 8009 be left alone? What about the port redirects, should these all point to 443 instead of 8443?