Hi angela, In fact I want to replace the current user of the operating system (windows in this case with IIS) by another one who could access to a directory thanks to webdav. And then get and store some documents on this directory.
2008/4/18, Angela Schreiber <[EMAIL PROTECTED]>: > > hi yannick > > not totally sure if i understand what you are looking > for. if you want to access your JCR repository through > webdav you only have to deploy the war file available > from the jackrabbit webpage: > http://jackrabbit.apache.org/downloads.html#Downloads-v14 > > version 1.4 provides quite some nice introduction pages > with the webapp. only note, that the jcr api is not provided > with the war file. > > hope that helps > angela > > Yannick PIERSON wrote: > > > Hi, > > I would like to use webdav for accessing to a IIS. > > > > So I would like to know the start point and the main steps to follow. > > > > I ever done something like that : > > this.repository = new TransientRepository(); > > SimpleCredentials credentials = new SimpleCredentials("admin", > > "admin".toCharArray()); > > > > Session session = repository.login(credentials); > > ... > > > > I you have some documents (links) about it, I would be very happy. > > > > Thanks, > > Regards. > > > > Yannick > > > > >
