コネクタに追加されるsecretRequired="false"
オプションはです。ただし、コネクタはエラーで起動しません。これは、Apache Server バージョン 2.4.25 の背後にあります。AJP
server.xml
Protocol handler start failed
<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.
ありがとう