commons-dbcp-1.4-monitored.jar doesn't output monitored stats to log file?
cyu021 opened this issue · 1 comments
cyu021 commented
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;
WAS log
nicolas-raoul commented
Sorry for the wrong URL, could you please post at https://github.com/nicolas-raoul/Commons-DBCP-monitoring/issues/new instead?
Thanks!