I'm working on the project where I'm trying to get the runtime statistics of my datasource connection pool which I placed into /deployment folder using Wildfly-9.
I searched for it and I found the configuration file which exist inside /standalone folder named as standalone.xml file giving me the statistics of datasource connection poool by using below code :
Поскольку у меня есть много файлов данных, я не могу поместить в отдельный файл STANTALONE.XML.
Значит, кто -нибудь знает, как я получу статистику времени выполнения моего пула соединений DataSource, который я поместил в папку /развертывание?>
I'm working on the project where I'm trying to get the runtime statistics of my datasource connection pool which I placed into /deployment folder using Wildfly-9. I searched for it and I found the configuration file which exist inside /standalone folder named as standalone.xml file giving me the statistics of datasource connection poool by using below code :
[code] jdbc:mysql://localhost:3306/demo?zeroDateTimeBehavior=convertToNull com.mysql.jdbc.Driver mysql
Поскольку у меня есть много файлов данных, я не могу поместить в отдельный файл STANTALONE.XML. Значит, кто -нибудь знает, как я получу статистику времени выполнения моего пула соединений DataSource, который я поместил в папку /развертывание?>