Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tomcat 6.0.30 は、apache http サーバーが ajp 経由で Web リクエストを転送するたびにクラッシュします。http 8080 経由で同じリクエストを処理すること自体は問題ありません。この問題をデバッグするにはどうすればよいですか? 何が問題なのですか?
http 8080の場合は問題ないので、ajpコネクタがブロックしているか、応答が遅いと思います。tcpdumpを使用して、apacheとtomcat間のトラフィックを監視できます。または、スタック情報を表示するには-3を強制終了します。