Sun Java System Directory Server Enterprise Edition 6.2 Administration Guide

ProcedureTo Configure Connection Pool Wait Timeout

You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.

  1. Configure the maximum length of time that Directory Proxy Server can wait for an established connection in a connection pool to become available.


    $ dpconf set-server-prop -h host -p port data-source-name \
     connection-pool-wait-timeout:value
    

    For example, configure the timeout to 20 seconds.


    $ dpconf set-ldap-data-source-prop -h host1 -p 1389 data-source-name \
     connection-pool-wait-timeout:20000