...
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.
Default diag.properties File
Code Block |
---|
#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
|