Hello Arnaud, mmm, nothing stops you from create your custom mbean interface that wraps your datasource.
>From Tomcat 8.5 doc "The connection pool object exposes an MBean that can be registered" [1] Perhaps you could start having a look here. Nevertheless may I ask you what is your use case for this? Hope it helps, Luis [1] https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html#JMX El lun., 4 feb. 2019 a las 11:30, Arnaud Yahoo (<[email protected]>) escribió: > Hello, > > I would like to know if it is possible to create/configure a Datasource > Ressource in tomcat using JMX. > > I tried with a tomcat 8.5 and jconsole, I managed to create some > resource with type javax.sql.Datasource, but I did not find a way to > configure the datasource (jdbc driver, url, max active, ...) > > It seems hard to find informations about that. > > Thanks, > > Arnaud > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- "Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better." - Samuel Beckett
