Please forgive for being redundant, but I want to make sure I fully
understand this configuration.
In my config, I have a FileSystem definition for <Repository>, one for
<Workspace> and one for <Revisioning>...
Should I understand that each of these, if put in the DB should NOT be
shared? That's my current understanding and for that I decided to use
the node ID as part of the prefix for each one...
Is this correct?
Also, is there a way to know the node_id via config, like
${cluster.node.id} ?
Thanks again for your kind response!
Alexander Klimetschek wrote:
Hi!
On Thu, Dec 18, 2008 at 7:12 PM, Alexander Wallace <[email protected]> wrote:
What It's not clear to me is if i can use the DBFileSystem instead of the
default LocalFileSystem and if so, Does each node need a different config
for the DbFileSystem or should they share it?
No, the filesystem is local only and must not be shared. This wiki
page about clustering is actually "complete" ;-) :
http://wiki.apache.org/jackrabbit/Clustering
Regards,
Alex