You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Christophe Sauthier <ch...@gmail.com> on 2007/04/12 12:04:39 UTC

Jackrabbit and Webdav

Dear list,

I am a bit new to jackrabbit and even if I've been searching the web
and the archives of that list, I am not really sure of the answer of
my question, so I decided to ask to the list directly.

I'd like to configure jackrabbit so that the repository will be on a
remote webdav server (in my case runned by zope, but the choice of the
webdav implementation is not really the problem I think). The question
is quite simple : Is it possible ? and if it is, does anybody can send
me some code/config/links that can help to acheive that ?

Thanks a lot in advance,


           Chris

-- 
Ma vie                   |
Mes recettes          |  http://www.reponses.net
Mes images           |

Re: Jackrabbit and Webdav

Posted by Angela Schreiber <an...@day.com>.
>> does this answer you question? or are you looking for something
>> different?
> In fact I was looking more in something like jackrabbit acting like "a
> webdav client", so that my repository can be physically on a webdav
> server and accessed through jackrabbit.

do you really mean 'jackrabbit'?
don't you rather want to provide the jcr api on top of
your repository? for the latter you may look at the SPI
contribution. it doesn't precisely  contain a 'dav client' but
at least a jcr client that covers the transient space thus
reduces the effort to have the jcr api on top of your repo.

but maybe i'm still misleaded ;)
kind regards
angela

Re: Jackrabbit and Webdav

Posted by Christophe Sauthier <ch...@gmail.com>.
Hi Angela

On 4/12/07, Angela Schreiber <an...@day.com> wrote:
> hi christophe
>
> > I'd like to configure jackrabbit so that the repository will be on a
> > remote webdav server (in my case runned by zope, but the choice of the
> > webdav implementation is not really the problem I think). The question
> > is quite simple : Is it possible ? and if it is, does anybody can send
> > me some code/config/links that can help to acheive that ?
>
> there is a webdav server available with jackrabbit
> see -> http://jackrabbit.apache.org/doc/components/jcr-server.html
>
> which allows some configuration (not very fancy)
> see -> config.xml present in the jackrabbit-webapp (WEBINF).
>
> does this answer you question? or are you looking for something
> different?
In fact I was looking more in something like jackrabbit acting like "a
webdav client", so that my repository can be physically on a webdav
server and accessed through jackrabbit.

Thanks for your answer anyway,

     Christophe



-- 
Ma vie                   |
Mes recettes          |  http://www.reponses.net
Mes images           |

Re: Jackrabbit and Webdav

Posted by Angela Schreiber <an...@day.com>.
hi christophe

> I'd like to configure jackrabbit so that the repository will be on a
> remote webdav server (in my case runned by zope, but the choice of the
> webdav implementation is not really the problem I think). The question
> is quite simple : Is it possible ? and if it is, does anybody can send
> me some code/config/links that can help to acheive that ?

there is a webdav server available with jackrabbit
see -> http://jackrabbit.apache.org/doc/components/jcr-server.html

which allows some configuration (not very fancy)
see -> config.xml present in the jackrabbit-webapp (WEBINF).

does this answer you question? or are you looking for something
different?

angela