Steeven_b
Steeven_b

Reputation: 777

JackRabbit repository on disk

I'm working on a java project using JackRabbit 2.0. What I want is to create a repository on my disk to store some datas. Currently the only thing I found is how to stock in memory using TransientRepository() but it's not what I want to do. I don't find how to create a repository on disk using JackRabbit.

Upvotes: 1

Views: 154

Answers (2)

Ducaz035
Ducaz035

Reputation: 3132

Basically you have modify your repository.xml to have a local file storage. You have some options there. Please have a look at: http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ

Upvotes: 0

nbhat
nbhat

Reputation: 51

Have you considered Jackrabbit Oak? It supports MongoDB based store and tar file based store. I see your other question which refers to Oak and I am assuming you have a legacy app with Jackrabbit.

Upvotes: 1

Related Questions