Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 39584 invoked from network); 13 Nov 2008 09:14:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 09:14:01 -0000 Received: (qmail 91336 invoked by uid 500); 13 Nov 2008 09:14:07 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 91318 invoked by uid 500); 13 Nov 2008 09:14:07 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 91307 invoked by uid 99); 13 Nov 2008 09:14:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 01:14:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aklimets@day.com designates 207.126.148.182 as permitted sender) Received: from [207.126.148.182] (HELO eu3sys201aog002.obsmtp.com) (207.126.148.182) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Nov 2008 09:12:48 +0000 Received: from source ([209.85.198.250]) by eu3sys201aob002.postini.com ([207.126.154.11]) with SMTP ID DSNKSRvvuj504gDzo3kUxF8UEbWdkvd6y5dT@postini.com; Thu, 13 Nov 2008 09:13:32 UTC Received: by rv-out-0708.google.com with SMTP id b17so774976rvf.48 for ; Thu, 13 Nov 2008 01:13:29 -0800 (PST) Received: by 10.141.162.1 with SMTP id p1mr5362601rvo.293.1226567009817; Thu, 13 Nov 2008 01:03:29 -0800 (PST) Received: by 10.140.144.3 with HTTP; Thu, 13 Nov 2008 01:03:29 -0800 (PST) Message-ID: Date: Thu, 13 Nov 2008 10:03:29 +0100 From: "Alexander Klimetschek" To: users@jackrabbit.apache.org Subject: Re: accessing repository with webdav? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi Wolfgang! This depends on your operating system. In Mac OS X and (most Linux AFAIK) mounting webdav as a filesystem is built-in. In Windows however, you can only browse the WebDAV in the explorer (just like ftp:), but most programs can't work on those files as Windows passes them the pure WebDAV URL (http://....). There are third-party applications for Windows to mount a drive as a true filesystem, but I don't know which one is the best. For the Jackrabbit webapp running on port 8080, this would be the webdav URL: http://server:8080//repository/ so typically: http://server:8080/jackrabbit-server/repository/default Regards, Alex On Thu, Nov 13, 2008 at 9:12 AM, Kurz Wolfgang wrote: > Hi everyone, > > I wrote a little application that lets me store Articles and Documents > in Jackrabbit. > It works just fine but someone now told me that i could mount the > Repository onto my filesystem via webdav tob e able to quickly exchange > the documents. > > I have no idea how i would do something like that:-( > > I have installed the Jackrabbit WebApplication and on that user > interface it says soemthing about webdav and i can browse the repository > there but i cant exchange the files or anything. > > Do i need a special webdav client? > > Can someone please tell me what i am missing or point me to somewhere to > read up on this topic? > > Thx a lot in advance! > > > Kurz Wolfgang > > > > -- Alexander Klimetschek alexander.klimetschek@day.com