Page 1 of 1

how to open the embedded database (HSQL) of openKM?

PostPosted:Wed Dec 21, 2016 3:21 am
by jimac
Good day!

By default, OpenKM uses an embedded database called HSQLDB.
How can I access that database?
how can i open it?
Thank you.
God Bless!

Re: how to open the embedded database (HSQL) of openKM?

PostPosted:Thu Dec 22, 2016 11:44 am
by jllort
You must stop openkm and then cause use a tools like datastudio ( http://www.aquafold.com/aquadatastudio.html ) or look at google for hqldb database client. You can not get two connection opened at the same time.

Also might be interested in looking into server.xml file ( into $TOMCAT_HOME/conf folder ) for database connection configuration.