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 @@
   <body>
   
   
  +<section name="Table of Contents">
  +
  +<p>
  +<a href="#Quick Start">Quick Start</a><br />
  +<blockquote>
  +<a href="#What is a Realm?">What is a Realm?</a><br />
  +<a href="#Configuring a Realm">Configuring a Realm</a><br />
  +</blockquote>
  +<a href="#Standard Realm Implementations">
  +Standard Realm Implementations</a><br />
  +<blockquote>
  +<a href="#JDBCRealm">JDBCRealm</a><br />
  +<a href="#DataSourceRealm">DataSourceRealm</a><br />
  +<a href="#JNDIRealm">JNDIRealm</a><br />
  +<a href="#MemoryRealm">MemoryRealm</a><br />
  +</blockquote>
  +<a href="#Common Features">Common Features</a><br />
  +<blockquote>
  +<a href="#Digested Passwords">Digested Passwords</a><br />
  +<a href="#Example Application">Example Application</a><br />
  +<a href="#Manager Application">Manager Application</a><br />
  +</blockquote>
  +</p>
  +
  +</section>
  +
   <section name="Quick Start">
   
   <p>This document describes how to configure Tomcat to support <em>container
  @@ -66,6 +92,9 @@
   Three standard plug-ins are provided, supporting connection to three different
   sources of authentication information:</p>
   <ul>
  +<li><a href="#DataSourceRealm">DataSourceRealm</a> - Accesses authentication
  +    information stored in a relational database, accessed via a named JNDI
  +    JDBC DataSource.</li>
   <li><a href="#JDBCRealm">JDBCRealm</a> - Accesses authentication information
       stored in a relational database, accessed via a JDBC driver.</li>
   <li><a href="#JNDIRealm">JNDIRealm</a> - Accesses authentication information
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to