Using javamelody with Coldfusion 10
hi all,
i trying use javamelody monitor sql-statements of coldfusion 10 application.
i have created custom datasource following properties:
jdbc-url: jdbc:mysql://localhost:3306/prod?characterencoding=latin1&driver=com.mysql.jdbc.driver
driver class: net.bull.javamelody.jdbcdriver
driver name: com.mysql.jdbc.driver
but when trying verify datasource tells me immediatelly (so no real timeout stuff)
connection verification failed data source: prodmelody
java.sql.sqlexception: timed out trying establish connection
root cause that: java.sql.sqlexception: timed out trying establish connection
when put else under driver class, comes "no suitable driver found", driver generically must found.
when put com.mysql.jdbc.driver driver class works (but doesnt go through javamelody then)
the documentation tells me add "driver" property original driver name, added jdbc-url used "driver name". (also tried each 1 of them, same thing).
any ideas wrong here, , how correct that? expect javamelody not know go to, , therefore comes immediatelly error message.
More discussions in Database Access
adobe
Comments
Post a Comment