Try to look into clustering: http://wiki.apache.org/jackrabbit/
Clustering
Alessandro
On Aug 2, 2007, at 8:59 AM, Nick Stolwijk wrote:
I've got a problem with multiple repositories that are reading from
one database. This was going well, because there was no writing to
the repositories (so read only data). Now, one of the repositories
is going to write to the database. Because of the ItemStateManager
inside Jackrabbit, the other repositories aren't picking this up.
Is there some way, to get to the WorkspaceInfo or ItemStateManager
instance to clear it once in a while?
With regards,
Nick Stolwijk
Ps. I know this is a not supported way of doing it. But for now, we
can't get the customer to run a stand alone repository, that all
applications can connect to.