Hello,

Please excuse if my question is stupid enough, just want to make clear.
here is my current repository config:

<FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
                
</FileSystem>

<Workspace name="${wsp.name}">
                <FileSystem 
class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
                        
                </FileSystem>
                <PersistenceManager
class="org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager"
/>
 ............

...simple enough and it is working. Now my question is:

1. Do still need a DataSore? what DataStore i use for production?
2. what is the difference between a DataStore and FileSystem?
3. what is the best combination of DataStore and PM for production use? and
for clustering?

side question:
4. How to configure DatabaseFileSystem?

Thanks a lot. cheers.


-- 
View this message in context: 
http://www.nabble.com/Question-about-LocalFileSystem-and-DataStore-%28File-and-DB%29-tp25223633p25223633.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to