Hi All,
First of all I am sorry, if my question is already answered and will really appreciate a link to it. I would like to eventually replace my Jackrabbit installation with oak however I am having difficulties understanding the concepts. I would like to setup a OAK Cluster (Load Balanced) with Shared and Distributed Storage for a very large repository over several terabytes at the moment, My Current Setup is , I have Rest based web aplication which embeds JackRabbit and uses DBFileStore, FileDataStore and DatabaseJournal. to gain LoadBalanced Repository One of the reasons we would like to move to OAK is its distributed architecture. - Requirements are be able to store different first level paths under different NFS Mounts i.e multi tenancy based on paths. - All Files must be stored on a disk with no chunking/segmentation FileDataStore?? - Be able to embed it in existing war project and use it on a load balanced rest server or be able to move my web services to installation. Please correct me if I am wrong as this is where it gets confusing. - Is there any existing MicroKernel implementation which will provide me these requirements. if so, with which implementations If not - What part of the source code should I start looking/extending to do this. How would one start implementing such scenario, your pointers are appreciated. Thanks in advance Eren
