1.

Explain The Monitoring H2 Database?

Answer»

There are several options for MONITORING the H2 database. OBVIOUSLY if you are running H2 in the in-memory mode you should launch a SQL tool running in the same JVM where WildFly is running.

On the other hand, if you are running client-server mode you can monitor EXTERNALLY the Database, just like any other commercial DB.

There are several options for monitoring the H2 database. Obviously if you are running H2 in the in-memory mode you should launch a SQL tool running in the same JVM where WildFly is running.

On the other hand, if you are running client-server mode you can monitor externally the Database, just like any other commercial DB.



Discussion

No Comment Found