The H2 Database is a very simple to install and to use Database. The H2 Database comes with the Tomcat Server. In custo diagnostic are no extra Setup Steps are necessary to use the H2 Database. The H2 Database can be installed with the Installer.
The H2 Database in custo diagnostic can be used for:
The H2 Database is directly connected to the Tomcat Server. So its necessary to install the H2 Database on the same local Harddrive as the Tomcat Server. The H2 Database cannot be located in any Network.
#Configuration created by installer diag.dataDirectory=C:/diagserverdata/ diag.searchDirectory=C:/diagserverdata//search diag.dbCollation=GERMAN diag.dbDriver=de.customed.orm.H2Driver diag.dbUser= diag.dbPass= diag.dbUrl=jdbc:h2:file://C:/diagserverdata//diagdb diag.dbDialect=org.hibernate.dialect.H2Dialect diag.dbShowSQL=false |