Ir al contenido
Otras versiones

Cargando…

Datastore

Esta página aún no está disponible en tu idioma.

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.

The file system datastore is the default datastore and what we suggest for almost OpenKM installations.

repository.datastore.backend=fs

When database datastore is enabled, the binary information of the documents are stored into the database.

repository.datastore.backend=db