2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

TomcatのAJP接続でエラーに遭遇。

Posted at

CentOS8にApacheとTomcatを入れAJPで繋ぐいつもの設定を行う。

Server version: Apache/2.4.37 (centos)
java version "13.0.2" 2020-01-14
Tomcat : 9.0.31

だが、AJPでApacheから接続できない。
Tomcatのログを見るとAJPでこけている。
最初、エラーログを見てもよくわからなかったがよくよく見るとどうも原因はこれらしい。

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.

いつものGoogle検索でもなかなかヒットしなかったがどうやらこれらしい。

これで解決。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?