Hi, I am trying to setup JackRabbit across multiple DC's My deployment is such that:
1. I have 3 JackRabbit Nodes in DC 1. 2. I have 3 JackRabbit Nodes in DC 2. I want al these 6 nodes write to same filepath (p1) on one of the DC's. But Read different file path (p2) which is in the local DC. Between p1 and p2 a rsync will be setup so updates on p1 flow to p2. In LocalFileSystem class we can define only one filepath. Let me know if anyone used other deployments for multi DC without reading cross DC for every read. Or is th way to approach this problem is by having one more implementation similar to LocalFileSystem. -- Regards, Dheerendra
