Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 34980 invoked from network); 26 Nov 2008 02:18:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 02:18:02 -0000 Received: (qmail 32875 invoked by uid 500); 26 Nov 2008 02:18:01 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32151 invoked by uid 500); 26 Nov 2008 02:17:59 -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 32140 invoked by uid 99); 26 Nov 2008 02:17:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 18:17:59 -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: local policy) Received: from [66.226.64.34] (HELO pro33.abac.com) (66.226.64.34) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 02:16:32 +0000 Received: from Coyote1 (c-71-231-89-82.hsd1.wa.comcast.net [71.231.89.82]) (authenticated bits=0) by pro33.abac.com (8.14.1/8.14.1) with ESMTP id mAQ2G2RS073902 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 25 Nov 2008 18:16:03 -0800 (PST) (envelope-from cliff.binstock@coyotereporting.com) From: "Cliff Binstock" To: "'Tomcat Users List'" Subject: Updating users Date: Tue, 25 Nov 2008 18:16:06 -0800 Message-ID: <1F66343B47814260B1D07E05BCC42C9F@Coyote1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AclPbPBLwnmtyG9gQIW5oD175WbjBQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org I have one servlet that registers a new user. The result of this is an update of conf/tomcat-users.xml I have an almost out-of-the-box WebdavServlet that requires user authorization. The users appear to be cached by Tomcat, and the "new" user can't access the webdav area until Tomcat is restarted. Is there a way to refresh/flush the Tomcat cache? After much searching, this appears to be a Tomcat limitation, but I find it hard to believe that this isn't a commonly desired scenario. Thanks in advance for any assistance, Cliff --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org