Page 1 of 1

OpenKM.cfg issue

PostPosted:Fri Feb 26, 2016 10:07 pm
by rbtucker09
My OpenKM.cfg file only shows the following:
Code: Select all
# OpenKM Hibernate configuration values
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.hbm2ddl=none
I have it installed on Windows Server 2012 R2. Any idea why the rest of the configuration isn't there? Thanks in advance.

Re: OpenKM.cfg issue

PostPosted:Mon Feb 29, 2016 5:33 pm
by ofstab
That's all mine has in it as well. Well mine says MySQL instead of HSQL, but you get the idea.

What settings are you looking for?

Re: OpenKM.cfg issue

PostPosted:Tue Mar 01, 2016 7:02 pm
by jllort
Almost configuration parameters have been moved into database ( better maintenance ). From version 6.2 only few parameters are into OpenKM.cfg the others can be found at Administration > Configuration parameters

Database connection adapter can not be moved into database :) that's why is outside ( and also some few specialized ones )