Information
Tomcat listens on TCP port 8005 to accept shutdown requests. By connecting to this port and sending the SHUTDOWN command, all applications within Tomcat are halted. The shutdown port is not exposed to the network as it is bound to the loopback interface. If this functionality is not used, it is recommended that the Shutdown port be disabled.
Solution
Set the port to -1 in the $CATALINA_HOME/conf/server.xml file: <Server port="-1" shutdown="SHUTDOWN">