From users-return-200538-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Sat Aug 15 12:04:54 2009 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 55604 invoked from network); 15 Aug 2009 12:04:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Aug 2009 12:04:54 -0000 Received: (qmail 53794 invoked by uid 500); 15 Aug 2009 12:04:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 53728 invoked by uid 500); 15 Aug 2009 12:04:57 -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 53717 invoked by uid 99); 15 Aug 2009 12:04:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 12:04:57 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 12:04:46 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3507.me.freeserve.com (SMTP Server) with ESMTP id 46D7F7000084 for ; Sat, 15 Aug 2009 14:04:25 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.163.160]) by mwinf3507.me.freeserve.com (SMTP Server) with ESMTP id 200C17000083 for ; Sat, 15 Aug 2009 14:04:25 +0200 (CEST) X-ME-UUID: 20090815120425131.200C17000083@mwinf3507.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 7AE4F1A4FD9 for ; Sat, 15 Aug 2009 13:04:14 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z-TIlFDXySGb for ; Sat, 15 Aug 2009 13:04:09 +0100 (BST) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id 304A11A4F92 for ; Sat, 15 Aug 2009 13:04:09 +0100 (BST) Message-ID: <4A86A432.7010907@apache.org> Date: Sat, 15 Aug 2009 13:04:02 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat subdirectories BASIC authentication References: <3a37617f0908150033qae37710ye0f4a7dcbe5ba2c7@mail.gmail.com> <4A867778.7060701@apache.org> <3a37617f0908150158t7f0a8f1ewb5cfaefcd5a2ba61@mail.gmail.com> <4A8687C5.7040004@apache.org> <3a37617f0908150323w55ce24a1la0716878586778fa@mail.gmail.com> <4A868E32.9070504@apache.org> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Martin Gainty wrote: > As we are learning > There are some things that Tomcat can do and > some things Tomcat cannot do There are may things you can't do with Tomcat. However, Tomcat can do this. > if you want to look at how other webappservers accomplish url-pattern and security-constraint read > http://edocs.bea.com/wls/docs61/webapp/web_xml.html#1039540 That description of web.xml applies to any spec compliant servlet container. However, given that the OP doesn't know what a context path is that probably won't help. However, the Servlet spec will. > ping me offline for a solution you can use Encouraging off-line communication for on-topic posts is totally unacceptable behaviour on this list. The community learns from other people's questions and answers. Encouraging on-topic questions to be taken off-line prevents the community from learning from each other. > rather than Tomcat certified solution that wont work This is completely untrue. Security constraints do work in Tomcat. It would be a major bug if they did not. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org