TrackStudio Enterprise 3.5
Initializing an HSQLDB Database

The following topic describes how to configure TrackStudio for use with an HSQLDB database management system.

  1. Configure the database connection properties:
    • TrackStudio SA: Go to the Database -> Database Connectivity tab, enter the JDBC connection properties.
    • TrackStudio WAR: Edit the trackstudio.hibernate.properties:
hibernate.dialect org.hibernate.dialect.HSQLDialect
hibernate.connection.url jdbc:hsqldb:file:tsdb;shutdown=true
hibernate.connection.driver_class org.hsqldb.jdbcDriver
hibernate.connection.username sa
hibernate.connection.password
  1. Initialize the database:
    • TrackStudio SA: Go to the Database -> Database Management tab and click the Create Database button.
    • TrackStudio WAR: Execute sql\install\trackstudio-hsql.sql:
> java -cp hsqldb.jar org.hsqldb.util.DatabaseManager