Hi Thomas, Thank you for your reply! Could you please give me any documentation, hints or examples on how to use Tar storage. I assume that just stopping MicroKernel bundles won't work.
Currently I am trying to adopt oak-server from [1] in the Sling project. Regards, Igor [1] http://svn.apache.org/repos/asf/sling/whiteboard/ieb/oak/server/ On Mon, Aug 12, 2013 at 8:41 AM, Thomas Mueller <[email protected]> wrote: > Hi, > > I don't know too much about OSGi so I couldn't tell you how to configure > it exactly, but: > > The probably easiest way to run Oak is to use the Tar storage > (SegmentNodeStoreService), that means you don't need the > MicroKernelService (which requires the H2 database as far as I know) nor > the MongoMicroKernelService (which requires a running MongoDB instance). > Unless, of course, you want to explicitly persist data in MongoDB or H2. > > But you should consider adding oak-lucene for the full-text index (or > oak-solr*, but that's more complicated I guess as you need Apache Solr). > > Regards, > Thomas >
