On 07/06/2012 10:33, Julian Reschke wrote: > It is not possible with Jackrabbit itself; the persistence managers only > control where content is stored, but not it's layout. > > It should possible to implement something like that using an SPI > implementation and the jackrabbit-jcr2spi library.
if you want to access the internal repository structure as filesystem, you should be able to mount it with webdav. http://wiki.apache.org/jackrabbit/WebDAV D.
