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

--- Comment #7 from Remy Maucherat <r...@apache.org> ---
(In reply to Satya from comment #6)
> Thanks for your quick responses.
> 
> could you please let me know , which version of Tomcat contains the fix for
> this issue.

It is not fixed yet.

(In reply to Satya from comment #5)
> could you please provide some information with sample example on how to
> configure connectionPoolSize(connectionPoolSize="2"). i will test and
> provide the results.

It is an attribute on the JNDI realm (the documentation has been updated), so
it looks like:
   <Realm className="org.apache.catalina.realm.JNDIRealm"
connectionURL="ldap://XX.XX.XX.XX:389"; useStartTls="true"
userPattern="uid={0},ou=people,ou=accounts,dc=netact,dc=net"
connectionPoolSize="2" />

-- 
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