You don't need a special RepositoryFactory. The WebDAV is provided by a servlet that creates jcr session on its own, ie. logging in to the repository on the server-side by using the credentials from the WebDAV requests.
See http://jackrabbit.apache.org/jackrabbit-web-application.html If you use the standard jackrabbit webap running on port 8080, this would be the webdav URL: http://server:8080/<war resource>/repository/<workspace> so typically: http://server:8080/jackrabbit-server/repository/default Regards, Alex On Thu, Nov 20, 2008 at 7:07 PM, Kenneth Yue <[EMAIL PROTECTED]> wrote: > Sorry if you receive this email twice, but I didn't get a response. I also > send it to [EMAIL PROTECTED] as well just in case nobody in > [email protected] knows the answer. Thanks. > > Ken > > -------- Original Message -------- > Subject: Which RepositoryFactory for WebDAV? > Date: Wed, 19 Nov 2008 13:08:51 -0800 > From: Kenneth Yue <[EMAIL PROTECTED]> > To: [email protected] > > All, > > In the document > http://jackrabbit.apache.org/repository-server-howto.html, it says: > > This how-to contains instructions for accessing a JCR-RMI server in > Tomcat versions 4.x and 5.x. It should be easy to modify the > instructions for other container environments and communication protocols. > > Here org.apache.jackrabbit.rmi.client.ClientRepositoryFactory is used, > but the communication protocol I want to use is WebDAV, not RMI. Which > RepositoryFactory do I use for WebDAV? Thanks in advance. > > Ken > > -- Alexander Klimetschek [EMAIL PROTECTED]
