Not within one workspace (each repository has mutiple workspaces you can log in to). You could have two workspaces (under one Jackrabbit instance) that are each storing data in a different database. Or you could use the JCR API over RMI and connect to 2 different Jackrabbit instances (just a different RMI URL) depending on the content (but RMI can be slower, not sure about large binary files).
Regards, Alex On Wed, Oct 22, 2008 at 2:20 PM, Martin777 <[EMAIL PROTECTED]> wrote: > > Hi, I am new to Jackrabbit, I use it as a part of Liferay portal. > > Is it possible to set up Jackrabbit so it will use two separate servers as > one repository? I need to store video and large images on one server, and > every other content on another server. > > Thanks > -- > View this message in context: > http://www.nabble.com/One-interface%2C-two-separate-repositories%2C-based-on-content-type-tp20109559p20109559.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > > -- Alexander Klimetschek [EMAIL PROTECTED]
