Ok, for installations that have already been configured to use the
FileDataStore, what is the simplest solution to invoking the garbage
collection?  It's not clear to me how I can go about doing that.
Do I have to modify the existing webapp/servlet code to add this custom
service and rebuild it? or is it possible to do this via RMI?
On Wed, Sep 30, 2009 at 2:58 PM, Alexander Klimetschek <[email protected]>wrote:

> On Wed, Sep 30, 2009 at 22:04, Greg Schueler <[email protected]>
> wrote:
> > I see, so as it stands the webdav webapp cannot really be used
> "standalone"
> > as a simple file based WebDAV repository solution, because it requires
> > custom code to in actualy delete files?
>
> You don't have to use the data store - you can use a bundle
> persistence manager only, with eg. blob store option on. The data
> store is optimized for the typical content repository case, where
> deletions are seldom and things are kept/archived for a long(er) time.
>
>
> Regards,
> Alex
>
> --
> Alexander Klimetschek
> [email protected]
>

Reply via email to