Navigation: Installation > Security Settings > Set up HTTPS in Tomcat
Disable the HTTP port 8080
To disable the HTTP port 8080, you have to delete or comment out the following entry in server.xml:
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />