Hi, On 1/12/06, sirène vip <[EMAIL PROTECTED]> wrote: > Concerning the repository.xml file, where the underlying backing store is > specified. How should I deal with my situation? Should I have different > repositories, depending on the backend storage I'm using or I may use? or is > it possible to do it in one configuration file? If yes, how?
The backing store is configured using the PersistenceManager configuration elements in the Jackrabbit repository and workspace configuration elements. See the Configuring Jackrabbit document (http://incubator.apache.org/jackrabbit/doc/config.html) for details. It is possible to configure different persistence managers to the different workspaces of a single content repository, but doing so is a bit complex (you need to know when to modify which configuration files). BR, Jukka Zitting -- Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED] Software craftmanship, JCR consulting, and Java development
