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,您可以找出增加的连接对象,然后跟踪这些连接的分配点。