2008/12/22 Todd Seiber <[email protected]>: > There is nothing directly built into JackRabbit. You could however write > your own by registering an EventListener with the ObservationManager ( > http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/observation/package-summary.html) > to monitor changes. > > On Mon, Dec 22, 2008 at 4:14 AM, RafalJanik <[email protected]> wrote: > >> Hi, is in JackRabbit tool to replicate changes? eg when I add child node >> to parent the same child node will be added to x-numbers of different nodes? >> >> regards >> Rafal >> >> >> > > > -- > Todd Seiber > 830 Fishing Creek Rd. > New Cumberland, PA 17070 > > h. 717-938-5778 > c. 717-497-1742 > e. [email protected] >
Depends on your setup. If you're using a database-backed persistence manager, then you move part of the problem into the database. If you're using the DataStore, then you may be using NFS or something to share the filesystem. The wiki [1] can tell you more. Regards, James [1] http://wiki.apache.org/jackrabbit/FrontPage
