LoginSignup
0
0

More than 3 years have passed since last update.

tomcat 7.0.100 から ajp 1.3 Connectorタグ の secretRequired属性 の デフォルト値が trueになりました

Posted at

現象

tomcat7 を 7.0.100 にバージョンアップすると、ajpでのapache との接続がエラーになるようになった。

原因

https://tomcat.apache.org/tomcat-7.0-doc/changelog.html 
にあるように、 7.0.100 から server.xml の Connectorタグ の secretRequired属性 のデフォルト値がtrueになったようです。

secretRequired=false にすることにより解消しました

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0