Javamelody with Tomcat and MySql
Posted
by Shane
on Stack Overflow
See other posts from Stack Overflow
or by Shane
Published on 2010-02-11T01:53:11Z
Indexed on
2010/04/13
19:03 UTC
Read the original article
Hit count: 396
I have setup a web application in Tomcat with Javamelody and MySql. I am able to see the JDBC connection details under system info so I know that Javamelody is able to connect to the database. I have executed select/update statements from my application but nothing is ever shown on the monitoring page under statistics sql. I have executed "show full processlist" using the same user as my database connection and it works fine. I can't work out what I am doing wrong.
Any ideas?
© Stack Overflow or respective owner