Datastore
By default OpenKM store the binary information of the documents in the file system.
The parameter repository.datastore.backend help you to indicate what datastore will be used by OpenKM. You must change the configuration properties to be set at $TOMCAT_HOME/OpenKM.cfg file and restart OpenKM to take effect.
File system datastore
Section titled “File system datastore”The file system datastore is the default datastore and what we suggest for almost OpenKM installations.
repository.datastore.backend=fsDatabase datastore
Section titled “Database datastore”When database datastore is enabled, the binary information of the documents are stored into the database.
repository.datastore.backend=db