RE: DBCP Logging

2007-02-19 Thread Stephens, Daniel
out.print("" + bdsMaxWait + ""); out.print(""); out.print(""); } catch(Exception e) { e.printStackTrace(); } } -Original Message- From: Yannick Haudry [mailto:[EMAIL P

Re: DBCP Logging

2007-02-19 Thread Yannick Haudry
If your datasource is not managed through your container but application driven, I guess Lambda probe (which is a great application) will not be able to give you information about it ? Is there a way to programmatically log the number of connections in use, etc ... ? Thanks Yannick On 2/19/07, D

Re: DBCP Logging

2007-02-19 Thread David Delbecq
Lambda probe is a usefull webapplication you can deploy under tomcat and that, amongst many features, allows you to see the state of your connection pools. En l'instant précis du 02/19/07 14:40, [EMAIL PROTECTED] s'exprimait en ces termes: > Hello List, > > I've configured DBCP on my Tomcat 5.5.20