You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AJP connector stuff has changed, so I am trying to figure out the breaking change for the Tomcat version. Instead of ["ajp-nio-8309"] it keeps trying ["ajp-nio-127.0.0.1-8309"] so I can't register tomcat10 in the workers.properties file. The logs throw The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not valid. during startup with I define the connector in server.xml. If no connector is defined, there are no problems, but then I can't hook it up to DNS with the Apache workers. The answer lies somewhere around https://www.netiq.com/documentation/access-manager-45/install_upgrade/data/t4c4bkesyvcc.html
The text was updated successfully, but these errors were encountered:
AJP connector stuff has changed, so I am trying to figure out the breaking change for the Tomcat version. Instead of
["ajp-nio-8309"]
it keeps trying["ajp-nio-127.0.0.1-8309"]
so I can't register tomcat10 in theworkers.properties
file. The logs throwThe AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not valid.
during startup with I define the connector inserver.xml
. If no connector is defined, there are no problems, but then I can't hook it up to DNS with the Apache workers. The answer lies somewhere around https://www.netiq.com/documentation/access-manager-45/install_upgrade/data/t4c4bkesyvcc.htmlThe text was updated successfully, but these errors were encountered: