Hi, I am using DBCP 1.1 with Tomcat 4.1.27. I am getting this message in the stdout frequently. Why this is printing. How to disable it. AbandonedObjectPool is used ([EMAIL PROTECTED]) LogAbandoned: true RemoveAbandoned: true RemoveAbandonedTimeout: 30
This is portion of DBCP configuration. <parameter> <name>removeAbandoned</name> <value>true</value> </parameter> <parameter> <name>removeAbandonedTimeout </name> <value>30</value> </parameter> <!-- remove from production deployment performance overhead --> <parameter> <name>logAbandoned</name> <value>true</value> </parameter> rgds Antony Paul. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
