java - How to setup apache jackrabbit to use MyQSL DB to store metadata and Filesystem to store files associated with that metadata -
i want configure apache jackrabbit in such way metadata should stored in myqsl database , files associated metadata stored in file system.
use case: files in pdf/word format , user send properties author, topic etc.. these files. want store properties in database , actual file in filesystem.
my question is: possible so?
if yes: how configure it?
since version 1.4, apache jackrabbit defines concept of data store, i.e. separate storage binary properties. can define data store in repository.xml file. further details data store in this wiki page.
in particular, define data store instance of org.apache.jackrabbit.core.data.filedatastore. aforementioned wiki page contains example configuration implementation of data store.
Comments
Post a Comment