Description

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.

Usage

The H2 Database in custo diagnostic can be used for:

  • Stand-Alone Workstations
  • small networkbased Installations up to 3 Workstations
  • up to 3 concurrent Users
  • temporary Demo Installations

Restrictions

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.

Official Documentation

http://www.h2database.com/html/advanced.html

Limits and Limitations

http://www.h2database.com/html/advanced.html#limits_limitations

Default diag.properties File

#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
  • No labels