Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 15270 invoked from network); 11 Jan 2003 02:02:33 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 11 Jan 2003 02:02:33 -0000 Received: (qmail 4643 invoked by uid 97); 11 Jan 2003 02:03:51 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 4627 invoked by uid 97); 11 Jan 2003 02:03:51 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 4611 invoked by uid 97); 11 Jan 2003 02:03:50 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 11 Jan 2003 02:02:20 -0000 Message-ID: <20030111020220.6447.qmail@icarus.apache.org> From: glenn@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs realm-howto.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N glenn 2003/01/10 18:02:20 Modified: webapps/docs realm-howto.xml Log: Port addition of menu to realm docs Revision Changes Path 1.6 +29 -0 jakarta-tomcat-catalina/webapps/docs/realm-howto.xml Index: realm-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- realm-howto.xml 11 Jan 2003 01:57:39 -0000 1.5 +++ realm-howto.xml 11 Jan 2003 02:02:20 -0000 1.6 @@ -14,6 +14,32 @@ +
+ +

+Quick Start
+

+What is a Realm?
+Configuring a Realm
+
+ +Standard Realm Implementations
+
+JDBCRealm
+DataSourceRealm
+JNDIRealm
+MemoryRealm
+
+Common Features
+
+Digested Passwords
+Example Application
+Manager Application
+
+

+ +
+

This document describes how to configure Tomcat to support container @@ -66,6 +92,9 @@ Three standard plug-ins are provided, supporting connection to three different sources of authentication information:

    +
  • DataSourceRealm - Accesses authentication + information stored in a relational database, accessed via a named JNDI + JDBC DataSource.
  • JDBCRealm - Accesses authentication information stored in a relational database, accessed via a JDBC driver.
  • JNDIRealm - Accesses authentication information -- To unsubscribe, e-mail: For additional commands, e-mail: