Hi, > We (the JBoss Jopr team - http://jboss.org/jopr) have recently > incorporated H2 has one of the (now) three options for our backend > databaset. We have Oracle and Postgres, but we can now support an > embedded database - H2!
Thanks! I will add a link to Jopr. > I would like to ask this group for any information, tips, hints that > you have regarding how to manage and monitor H2 databases. Are there > management interfaces? No, currently not, at least not using JMX. > Internal database tables created by H2 that > provide monitoring data? Yes, if the server is running, there is an internal in-memory database... But the monitoring application would need to run in the same virtual machine. Probably JMX would be the 'correct' solution, right? Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
