If you are getting the following severe error in the catalina.log file:
SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[AJP/1.3-7174]]
Release : 12.1
Component : CA 7 RestAPI
We do not use the AJP port and you can ignore this message. If you want to prevent the message from coming out you can comment out the AJP port in the server.xml file located in your directory below:
/pncp1/products/ca7restapi/7Restservices.12.1.01/apache-tomcat-9.0.43
Sample below:
<!-- Define an AJP 1.3 Connector on port 8009 -->
<!--<Connector port="8009" protocol="AJP/1.3" redirectPort="28083" />-->