Hi Tor,
We could use a FileDataStore, but how would we set this up to be shared
between 2 servers on a VIP.
We have 2 servers, say server-01, server-02,
both share a data area (it was going to be a shared mysql db) on a SAN. We
want to be able to fail-over from one box to the other, so would you
recommend having the SAN mounted on each box which {rep.home} points to, so
if one box fails, we simply point the VIP to the other box,
regards
Dave
On Tue, May 12, 2009 at 10:03 AM, Torgeir Veimo <[email protected]>wrote:
> 2009/5/12 daveg0 <[email protected]>
>
> >
> > Hi,
> >
> > We are building a multi-media repository which will include some fairly
> > large videos. We have tried storing the blobs internally in MySQL, but
> are
> > running across issues (max_packet_size, connections failing randomly
> etc).,
> > so we thought we'd try external blobs, but I can't seem to get it to
> work.
> >
>
> Try using a file system data store, not a db data store;
>
> <DataStore class="org.apache.jackrabbit.core.data.FileDataStore">
> <param name="path" value="${rep.home}/repository/datastore"/>
> <param name="minRecordLength" value="100"/>
> </DataStore>
>
> --
> -Tor
>