After you created database schema and user, you should configure JDBC connection to allow DocCare to connect to your database.
If you plan to use other database servers, such as Oracle or MS SQL Server, please contact usContact Burgeonsoft.
DocCare installation package contains an embedded HSQLDB 1.8 Java database server and JDBC driver.
Edit ${BURGEON_HOME}/conf/database.properties and setup the parameters correctly.
The following example shows a JDBC configuration. It allows DocCare to connect HSQLDB in an exclusive way.
DocCare does not contains MySQL database driver.
You can download MySQL driver for JAVA from http://dev.mysql.com/downloads/mysql/5.1.html, and copy the .jar file to ${BURGEON_HOME}/common/lib目录下。
Edit ${BURGEON_HOME}/conf/database.properties and setup the parameters correctly.
The following example shows a JDBC configuration. It allows DocCare to connect MySQL database service.
DocCare installation package does not contains MS SQL Server 2000/2005/2008 database driver.
You can download a third party driver from http://jtds.sourceforge.net/and copy the .jar to ${BURGEON_HOME}/common/lib.
Edit ${BURGEON_HOME}/conf/database.properties and setup the parameters correctly.
See the example below:
Note: you should restart DocCare after change the JDBC configuration.