Hi,
On Thu, Oct 28, 2010 at 3:10 PM, Justin Edelson <[email protected]>wrote:
> Unless I'm missing something (always a possibility), your repository.xml is
> missing the Cluster configuration entirely. That's probably a major source
> of your issue.
>
Do I need really need those Cluster configurations? I guess you are talking
about those entries:
<Cluster id="node1" syncDelay="2000">
> <Journal class="org.apache.jackrabbit.core.journal.DatabaseJournal">
> <param name="revision" value="${rep.home}/revision.log" />
> <param name="driver" value="javax.naming.InitialContext"/>
> <param name="url" value="java:jdbc/Workspace"/>
> <param name="databaseType" value="postgresql"/>
> </Journal>
> </Cluster>
Do I need a Cluster directive in every workspace.xml (Guess, I'll need a
distinct id attribute here for every node)?
Regards,
Etile