How to monitor the LDAP connection pool in JBoss?
Issue
- I have enabled LDAP connection pooling:
<server>
<!-- Bind a remote LDAP server -->
<mbean code="org.jboss.naming.ExternalContext"
name="jboss.jndi:service=ExternalContext,jndiName=external/ldap/jboss">
<attribute name="JndiName">external/ldap/jboss</attribute>
<attribute name="Properties">
[...snip...]
com.sun.jndi.ldap.connect.pool=true
</attribute>
</mbean>
</server>
How can I monitor the LDAP connection pool used within JBoss?
Environment
- JBoss Enterprise Application Platform (EAP)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
