https://bz.apache.org/bugzilla/show_bug.cgi?id=65553

--- Comment #3 from Thomas Hoffmann <thomas.hoffm...@speed4trade.com> ---
Hello Michael,
if the leak is reported without using JNDIRealm, it might be
that your application creates an LDAP-Query or InitialDirContext without
closing it?
Maybe you can use a breakpoint in "com.sun.jndi.ldap.Connection" to see which
code is causing the thread to start.
I opened the bug because Tomcat is causing the thread to start, out of the
scope of the web-application. It can also happen that a web application causes
this leak report but then the application might be able to handle it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to