hi roman On Thu, Jun 19, 2008 at 11:34 AM, Roman Puchkovskiy <[EMAIL PROTECTED]> wrote: > > Hi. > > I've read http://wiki.apache.org/jackrabbit/Clustering and found the > following sentence there: > "The persistence managers must store their data in the same, globally > accessible location". > I'm little confused. > Let's assume we have two cluster nodes, A and B, each of them has its own > repository.xml. > Is it correct that all corresponding Persistence Manager's configs should be > the same? I.e. both versioning Persistence Managers should store their data > in the same database tables (e.g. with prefix versions_), and so on?
yes, the data is shared among the cluster nodes, > Is same correct for File Systems? Should, for example, Repository/FileSystem > on A have same config as Repository/FileSystem on B? no. every cluster node should have its own repository home directory and file systems. cheers stefan > > Thanks in advance. > -- > View this message in context: > http://www.nabble.com/PersistenceManager-and-FileSystem-config-for-cluster-tp18000628p18000628.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
