> From: Shaun Farrugia [mailto:sfarru...@fry.com] > Subject: Tomcat 5.5.27 Pool/DBCP Locks and Configuration issues > > 1) What version of commons dbcp and commons pool does > Tomcat 5.5.27 use?
Looking at build.properties.default in the 5.5.27 source, you can see the following: commons-dbcp.home=${base.path}/commons-dbcp-1.2.2-src commons-pool.home=${base.path}/commons-pool-1.4-src commons-collections.home=${base.path}/commons-collections-3.2 > 2) Can I upgrade or override the version of pooling/dbcp that > tomcat uses? Yes, by modifying the properties and rebuilding Tomcat. > 3) I currently have the naming-factory-dbcp.jar in the > commons/lib directory but my app/lib directory also contains > commons-dbcp-1.2.1.jar and commons-pool-1.2.jar. That's not a problem, since the Tomcat versions are renamed to avoid namespace collisions. > 4) Are there known issues on 5.5.27 when running > abandonedobjectpool log-abandoned and remove-abandoned > with a 30 second time out? No one seems to be reporting any such problems here. > The app isn't holding onto any connections How do you know that? Your symptoms seem to indicate otherwise. > a lot of locked threads. What do you mean by "locked threads"? Post a stack trace if that would help. - 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