On Fri, Dec 12, 2008 at 12:09 PM, Kurz Wolfgang <[email protected]> wrote:
> Oh man i was totally wrong hehe:-)
>
> So the Derby Database is used as is:-)
>
> Just one final question Is there any additional configuration I can do on 
> that setup?
>
> For example in how many files that database is stored and how big those files 
> are?

that's something you might find answers on the derby web site [1].

cheers
stefan

[1] http://db.apache.org/derby/

>
> Thx again!
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Stefan Guggisberg [mailto:[email protected]]
> Gesendet: Freitag, 12. Dezember 2008 11:49
> An: [email protected]
> Betreff: Re: WHich Database comes with Jackrabbit?
>
> On Fri, Dec 12, 2008 at 11:32 AM, Kurz Wolfgang <[email protected]> wrote:
>> 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>
>
> ah, i can see now why you're confused. the short answer is: no, you don't
> need to specifically configure jackrabbit to use the embedded derby db.
> jackrabbit's default configuration does use derby on the persistence layer.
>
> the FileSystem configuration you're refering to is something different.
> for more information regarding PersistenceManager and FileSystem
> see jackrabbit's FAQ [1] (scroll down to the "Persistence Manager"
> section) or the jackrabbit WIKI [2].
>
> [1] http://jackrabbit.apache.org/frequently-asked-questions.html
> [2] http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ
>
> cheers
> stefan
>
>>
>> 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
>>>
>>
>

Reply via email to