Page 1 of 1
where the uploaded documents resided in the server
PostPosted:Sun Nov 21, 2010 10:52 am
by ssprasad.e
i want to know the storage place where all documents are stored in the server ...
please help me..
Re: where the uploaded documents resided in the server
PostPosted:Mon Nov 22, 2010 3:37 pm
by jllort
depending your configuration. Must understanding that really OpenKM uses several DBMS instances. Normally if you've not changed default configuration blobs are under repository folder at jboss.. That's not means you can browser as normal folder/files into file system ( you can not browser database from database file into your OS directly )
Re: where the uploaded documents resided in the server
PostPosted:Thu Mar 27, 2014 9:13 am
by online100
n general storing the document in the filesystem is the best approach. This is a configuration parameter in repository.xml called FileDataStore. But if you want database hot-backup or on-line replication you should store all the documents also in a transactional database like PostgreSQL or MySQL with the InnoDB engine.