We are using Nolio Release Automation to release/promote applications from Dev to Test to Pilot to Prod.
Release Automation 6.6+
Let's start by going through the three points observed above:
The Tomcat Security Considerations document (can be found in the "Additional Information" section below) recommends removing any connector that is not used.
To apply commenting/removal of this AJP Port connector:
Additional Tomcat Security Considerations can be found here: https://tomcat.apache.org/tomcat-8.5-doc/security-howto.html
Nolio Release Automation Tomcat/JRE Information:
Note: The version of tomcat/jre used by Nolio Release Automation can be confirmed by running the following from the command prompt after changing to the Install Folder directory: ./bin/version.sh|bat
Nolio RA v6.6:
Using CATALINA_BASE: /opt/nolio/test/nac
Using CATALINA_HOME: /opt/nolio/test/nac
Using CATALINA_TMPDIR: /opt/nolio/test/nac/temp
Using JRE_HOME: ./jre
Using CLASSPATH: /opt/nolio/test/nac/bin/bootstrap.jar:/opt/nolio/test/nac/bin/tomcat-juli.jar
Using CATALINA_PID: ./catalina.pid
Server version: Apache Tomcat/8.0.33
Server built: Mar 18 2016 20:31:49 UTC
Server number: 8.0.33.0
OS Name: Linux
OS Version: 3.10.0-957.1.3.el7.x86_64
Architecture: amd64
JVM Version: 1.8.0_162-b12
JVM Vendor: Oracle Corporation
Nolio RA v6.7:
Using CATALINA_BASE: /opt/nolio/prod/nac
Using CATALINA_HOME: /opt/nolio/prod/nac
Using CATALINA_TMPDIR: /opt/nolio/prod/nac/temp
Using JRE_HOME: ./jre
Using CLASSPATH: /opt/nolio/prod/nac/bin/bootstrap.jar:/opt/nolio/prod/nac/bin/tomcat-juli.jar
Using CATALINA_PID: ./catalina.pid
Server version: Apache Tomcat/8.0.33
Server built: Mar 18 2016 20:31:49 UTC
Server number: 8.0.33.0
OS Name: Linux
OS Version: 3.10.0-957.12.2.el7.x86_64
Architecture: amd64
JVM Version: 1.8.0_232-b09
JVM Vendor: AdoptOpenJDK
The below CARA version provides and upgraded Tomcat version