Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 9564 invoked from network); 16 Aug 2006 19:15:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 19:15:31 -0000 Received: (qmail 90533 invoked by uid 500); 16 Aug 2006 19:15:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90497 invoked by uid 500); 16 Aug 2006 19:15:16 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 90472 invoked by uid 99); 16 Aug 2006 19:15:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 12:15:16 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of adityar7@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 12:15:15 -0700 Received: by ug-out-1314.google.com with SMTP id u40so261365ugc for ; Wed, 16 Aug 2006 12:14:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=J29Bc8SEZ+thsVuzy+AURR0V4ddsUPtKLJSpu0/gwmlzZFlXZLtV95b71ao3H9j1bWjZ8Gp4ocgnA587OIzf9rWOlCwbVRjabMcb7TIsc43O9z9AJ2l9pvy2Le9AHr6J4ijiRj+sh5f5Wftu+++640OrQ9M3ErDxTvm9bGRfOVc= Received: by 10.66.240.12 with SMTP id n12mr532015ugh; Wed, 16 Aug 2006 12:14:54 -0700 (PDT) Received: by 10.66.244.20 with HTTP; Wed, 16 Aug 2006 12:14:54 -0700 (PDT) Message-ID: <7ed008cc0608161214i7adbbeqc0b227c185bd425d@mail.gmail.com> Date: Wed, 16 Aug 2006 14:14:54 -0500 From: "Aditya Rajgarhia" To: users@tomcat.apache.org Subject: Tomcat + WebDAV MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_713_28224549.1155755694209" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_713_28224549.1155755694209 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I installed tomcat5 on a Debian Linux machine to test WebDAV. I can see the files at http://server:8180/webdav but unfortunately I cannot write to it. I tried several clients: internet explorer, gnome nautilus, konqueror. Konqueror gives the following error: "A resource cannot be created at the destination until one or more intermediate collections (folders) have been created." I did uncomment the required lines in the web.xml file (setting "readonly" to false). So I don't know what the problem is. Any help would be greatly appreciated. Thanks, Aditya ------=_Part_713_28224549.1155755694209--