How do I disable port 8080? I want Tomcat to run only through my Web server, not directly through Tomcat.
Created Jul 2, 2001
Felker Robert Go to the TOMCAT_HOME directory and edit server.xml, find :
className="org.apache.tomcat.service.PoolTcpConnector"and wrap it in a comment so it's not interpreted. That's it !