> From: Propes, Barry L [mailto:barry.l.pro...@citi.com] > Subject: RE: ConnectionPool question > > When I FIRST make a DB query through one of my JSPs/servlets, I get > this msg printed to the console. > > AbandonedObjectPool is used > (org.apache.commons.dbcp.abandonedobjectp...@b32627) > LogAbandoned: true > RemoveAbandoned: true > RemoveAbandonedTimeout: 30
The above message is displayed by the constructor for the pool, directly to System.out, when the DataSource is being instantiated. It simply says that your config is using the abandoned pool mechanism, and not an indication that you actually have any abandoned connections at this time. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org