Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 46458 invoked from network); 6 Apr 2005 22:51:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 22:51:19 -0000 Received: (qmail 87358 invoked by uid 500); 6 Apr 2005 22:50:58 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 87343 invoked by uid 500); 6 Apr 2005 22:50:57 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 87330 invoked by uid 99); 6 Apr 2005 22:50:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mailrelay1.bredband.net (HELO mailrelay1.bredband.net) (195.54.107.81) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 15:50:56 -0700 Received: from arkataylidgard (as8-1-2.ld.bonet.se [217.215.15.106]) by mailrelay1.bredband.net (Postfix) with ESMTP id BA1C55080CC for ; Thu, 7 Apr 2005 00:51:23 +0200 (CEST) From: "Martin Lidgard" To: Subject: Authenticated user home folders with WebDAV Date: Thu, 7 Apr 2005 00:50:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcU6+xKgyh81OQNuRD2oFM9cHA/l6w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20050406225123.BA1C55080CC@mailrelay1.bredband.net> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello. I would like to achieve the following using Tomcat 4.1: 1. use a JDBCRealm to access a mysql database containing users, passwords, and roles 2. grant WebDAV access to authenticated users, allowing them to access and upload files to personal home directories 3. personal directories should be grouped by role: ie. user "charlie" with role "sitemember" has WebDAV access to $CATALINA_HOME/webapps/myapp/data/sitemember/charlie 4. directories should be created when the user first accesses the WebDAV account, and if there is no directory for the role, it should be created too 5. it should be possible to limit the amount of space granted to each user on a role or context basis 6. the personal home directories should be accessible using WebDAV as http://upload.mydomain.com, automatically returning content for the correct personal directory depending on authenticated username. How much of this is possible to achieve through smart configuration schemes? Does anyone know of tools that could do some of the work? I haven't found any indications that personal home directories have been used in a Tomcat standalone configuration -- anyone? Thanks, Martin Arkatay Consulting www.arkatay.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org