On Fri, Dec 12, 2008 at 9:10 AM, Kurz Wolfgang <[email protected]> wrote: > Hello everyone, > > i just read that jackrabbit comes with its own database that I could use > instead of using the filesystem directly. > > Which database is that and how would I actually configure jackrabbit to > use it?
the default configuration of jackrabbit uses Apache Derby [1], an embedded pure java relational database. there's no need to configure it, just download e.g. jackrabbit standalone server [2] and run it. cheers stefan [1] http://db.apache.org/derby/ [2] http://jackrabbit.apache.org/downloads.html#Downloads-v15 > > The only thing I found on the web was something about some Database > called Daffodil but I have never heard of it. > > Can anyone please give me some hints where to fuind some more > information or how to do it? > > Thx a lot in advance! > > Wolfgang >
