From tomcat-user-return-69653-qmlist-jakarta-archive-tomcat-user=nagoya.apache.org@jakarta.apache.org Tue Jul 01 12:08:07 2003 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 13372 invoked from network); 1 Jul 2003 12:08:06 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 1 Jul 2003 12:08:06 -0000 Received: (qmail 5854 invoked by uid 97); 1 Jul 2003 12:10:26 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 5847 invoked from network); 1 Jul 2003 12:10:25 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 1 Jul 2003 12:10:25 -0000 Received: (qmail 9468 invoked by uid 500); 1 Jul 2003 12:07:23 -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 9410 invoked from network); 1 Jul 2003 12:07:22 -0000 Received: from merc62.na.sas.com (149.173.6.49) by daedalus.apache.org with SMTP; 1 Jul 2003 12:07:22 -0000 Received: from merc16.na.sas.com ([10.16.13.32]) by 10.19.11.46 with InterScan Messaging Security Suite; Tue, 01 Jul 2003 08:07:21 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6410.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: using Tomcat's UserDatabase realm Date: Tue, 1 Jul 2003 08:07:21 -0400 Message-ID: <590086B5F26F294298B8C8C5C43619440C9FA9@merc16.na.sas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: using Tomcat's UserDatabase realm Thread-Index: AcM/yVBq9w+CqHlkQTy+kpt36aF9jA== From: "Dave Naden" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm implementing simple authentication (Tomcat 4.1.24), either BASIC or = FORM-based, using the UserDataBaserealm, and tomcat's tomcat-users.xml = file. My web.xml file has and = tags. What I'm wondering is, why don't I also need to use = tags--the spec seems to imply that they are necessary, = and other servlet engines seem to use them. This makes applications = non-portable from one engine to another. Anybody know why Tomcat doesn't seem to use this tag? Dave Naden --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org