Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 3637 invoked from network); 20 Nov 2007 02:46:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 02:46:58 -0000 Received: (qmail 54371 invoked by uid 500); 20 Nov 2007 02:46:44 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 54352 invoked by uid 500); 20 Nov 2007 02:46:44 -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 54343 invoked by uid 99); 20 Nov 2007 02:46:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 18:46:44 -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 jukka.zitting@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 02:46:34 +0000 Received: by wr-out-0506.google.com with SMTP id c37so3631277wra for ; Mon, 19 Nov 2007 18:46:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=jAhRXkxUJcN2sa/3kb/BSNYLP7NX1AhI2Ec2pT8/WUA=; b=PaQALFSWQIjKLpdmU7aSHShtnhonMU/Afs1yflvtcHkwQbEPi+CfjKQeQKec4MxtI4pZOm2HNMbBks0uRtYlBywnjRYRpfUT0bWfIy8l/nDH7Ne/R3gTyhI//elzX5nN5tz4/7xqPM8ld6kCgkyh8AZSU5ob5WNHgR9TtG0X8R4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X9qWbPiq742g+4JSYS20tcEvrkUnZhYM+2pDcmy4WvMjv6BwD8JDJCRaaHhhosIsQUefeXCwq9xUALZyAdk4zpLwq/rT3wOxuzRldO/ShPnsas2QJbD72NbQDRXHw7kIJlyXss2T1sqYoPntk5Wi89bzJDGJwbt2iJFIRxvUuL4= Received: by 10.142.72.21 with SMTP id u21mr1378679wfa.1195526786814; Mon, 19 Nov 2007 18:46:26 -0800 (PST) Received: by 10.142.223.8 with HTTP; Mon, 19 Nov 2007 18:46:26 -0800 (PST) Message-ID: <510143ac0711191846l4e820181n4cc57e5164b3e28c@mail.gmail.com> Date: Tue, 20 Nov 2007 04:46:26 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: How to enable webdav server on deployment model 2? In-Reply-To: <200711141852.09476.lukin@stu.cn.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711141852.09476.lukin@stu.cn.ua> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Nov 14, 2007 6:52 PM, Alex Lukin wrote: > I use jackrabbit as JCR for many web applications on tocat 6.0 and I want > enable webdav access to whole repository from remote sites. Please, point me > to right place where I can get some hints. See the jackrabbit-webapp component that contains all the configuration you need to enable WebDAV access. BR, Jukka Zitting