Параметр secretRequired="false"
, добавленный к разъему AJP
, равен server.xml
. Однако разъем не запускается с ошибкой Protocol handler start failed
. Он стоит за Apache Версия сервера 2.4.25.
<Connector port="8009"
address="127.0.0.1" tomcatAuthentication="false" URIEncoding="UTF-8" enableLookups="false"
protocol="AJP/1.3" redirectPort="8663" connectionTimeout="600000" secretRequired="false" />
Ошибка:
Caused by: java.lang.IllegalArgumentException: The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not valid.
Спасибо