2

Tomcat の設定 -

mod_jk コネクタ worker.properties -

worker.list=tomcat
worker.tomcat.type=ajp13
worker.tomcat.host=localhost
worker.tomcat.port=7615

問題の説明 - 負荷の高いデータの場合、ブラウザがアプリケーションにリクエストを送信すると、正確に 3 分後に別の重複したリクエストがアプリケーションに送信されていることがわかります。

私は次のことを試しました.

2)worker.propertiesをreply_timeout、socket_timeoutで構成しようとしました。しかし、重複したリクエストを送信し続けます。

3) アプリケーションを Tomcat 6 にもデプロイしましたが、同じ結果が得られました。

mod_jk ログ -

[Mon Nov 12 11:09:04 2012] [23690:1908194448] [info] init_jk::mod_jk.c (3183): mod_jk/1.2.28 initialized
[Mon Nov 12 11:15:32 2012] [23692:1908194448] [info] ajp_send_request::jk_ajp_common.c (1496): (tomcat) all endpoints are disconnected, detected by connect check (1), cping (0), send (0)
[Mon Nov 12 11:15:54 2012] [23797:1908194448] [info] ajp_process_callback::jk_ajp_common.c (1788): Writing to client aborted or client network problems
[Mon Nov 12 11:15:54 2012] [23797:1908194448] [info] ajp_service::jk_ajp_common.c (2447): (tomcat) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1)
[Mon Nov 12 11:15:54 2012] [23797:1908194448] [info] jk_handler::mod_jk.c (2608): Aborting connection for worker=tomcat
[Mon Nov 12 11:16:31 2012] [23694:1908194448] [info] ajp_send_request::jk_ajp_common.c (1496): (tomcat) all endpoints are disconnected, detected by connect check (1), cping (0), send (0)

access.log にエラーはありません。

ネットワーク接続に問題がある可能性はありますか? はいの場合、この問題の可能な解決策は何ですか?

ありがとう。

4

0 に答える 0