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でホストされているWebアプリケーションを実行しているため、多くの接続リークが発生しています。
Tomcatでリーク接続を見つけて追跡する方法は ?
Tomcat接続プールを使用している場合は、logAbandonedプロパティをtrueに設定できます。
http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
これにはプロファイラーを使用できます。たとえば、Yourkitを使用すると、増加する接続オブジェクトを見つけて、これらの接続の割り当てポイントをトレースできます。