From users-return-5516-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Nov 20 08:57:05 2007 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 45915 invoked from network); 20 Nov 2007 08:57:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 08:57:05 -0000 Received: (qmail 17654 invoked by uid 500); 20 Nov 2007 08:56:51 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 17634 invoked by uid 500); 20 Nov 2007 08:56:51 -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 17625 invoked by uid 99); 20 Nov 2007 08:56:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 00:56:51 -0800 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anchela@day.com designates 62.192.10.254 as permitted sender) Received: from [62.192.10.254] (HELO goobak01.day.com) (62.192.10.254) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 08:56:40 +0000 Received: by goobak01.day.com (Postfix, from userid 1212) id 49C2A50872; Tue, 20 Nov 2007 09:48:51 +0100 (CET) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by goobak01.day.com (Postfix) with ESMTP id 1698A5086C for ; Tue, 20 Nov 2007 09:48:51 +0100 (CET) Received: by nf-out-0910.google.com with SMTP id g13so1680790nfb for ; Tue, 20 Nov 2007 00:56:33 -0800 (PST) Received: by 10.86.33.10 with SMTP id g10mr6002084fgg.1195548993049; Tue, 20 Nov 2007 00:56:33 -0800 (PST) Received: from ?10.0.0.88? ( [62.192.10.254]) by mx.google.com with ESMTPS id 4sm4022229fge.2007.11.20.00.56.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Nov 2007 00:56:29 -0800 (PST) Message-ID: <4742A182.9000706@day.com> Date: Tue, 20 Nov 2007 09:57:38 +0100 From: Angela Schreiber User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: JackRabbit WebDAV References: <000101c82b1c$dadf6010$1401a8c0@OlliePack> In-Reply-To: <000101c82b1c$dadf6010$1401a8c0@OlliePack> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org hi mike Mike Oliver wrote: > http://localhost:8081/jackrabbit-webapp-1.3.3/server/ but that's probably not the webdav-functionality you are looking for if you are coming from slide. i would rather look at http://localhost:8081/jackrabbit-webapp-1.3.3/repository/default/ where '/default' is the default workspace name and '/repository' is the prefix for the simple server that provides file-based view to the underlying jcr repository. there is not too much docu available but the index.jsp provides that at least this information and explains the difference between the jcr-server-servlet and the simple-server. at least it used to.... > I know that JackRabbit isn’t the same as Jakarta Slide and not expecting > it to be, but one thing we did right on that project was create a > runnable war file that doesn’t require any learning curve to get > started. Install the war file, create the network place and login as > the root:root user and start creating content folders and documents. If > JackRabbit did that, then I think more people would try it and use it > and then spend the time to learn how to make it all it can be. good to know. i will create an enhancement request for that into jira. thanks for the hints. angela