Thx a lot for your response:-)
Don't I have to configure Jackrabbit to use that Derby Database then?
Cause right now I have it configured to use the local Filesystem like this:
<FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
<param name="path" value="${wsp.home}"/>
</FileSystem>
Thx again:-)
-----Ursprüngliche Nachricht-----
Von: Stefan Guggisberg [mailto:[email protected]]
Gesendet: Freitag, 12. Dezember 2008 11:12
An: [email protected]
Betreff: Re: WHich Database comes with Jackrabbit?
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
>