nicolas-raoul/threadsStatsGraph

commons-dbcp-1.4-monitored.jar doesn't output monitored stats to log file?

cyu021 opened this issue · 1 comments

Hi,

I have already replaced the common "commons-dbcp-1.4.jar" with "commons-dbcp-1.4-monitored.jar", and I am unable to tell whether it works since I cannot find any line starts with "DBCPMONITOR;".
I have two deployments. One is deployed as standalone JVM, and the other is deployed to Websphere Application Server (WAS) JVM. Both running JDK 1.7 and built with Spring framework. How do I enable the monitoring feature?

Thanks.

I checked my log files with the following commands:

daemon log

$ tail -50000 daemon.log | grep DBCPMONITOR;
screen shot 2015-10-20 at 2 29 39 pm

WAS log

$ tail -50000 SystemOut.log | grep DBCPMONITOR;
screen shot 2015-10-20 at 2 30 11 pm

Sorry for the wrong URL, could you please post at https://github.com/nicolas-raoul/Commons-DBCP-monitoring/issues/new instead?
Thanks!