nacho 00/12/12 10:41:38 Modified: catalina/docs JDBCRealm-howto.html Log: this is the 4.X branch!!! Revision Changes Path 1.2 +3 -3 jakarta-tomcat-4.0/catalina/docs/JDBCRealm-howto.html Index: JDBCRealm-howto.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/JDBCRealm-howto.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JDBCRealm-howto.html 2000/12/12 16:59:28 1.1 +++ JDBCRealm-howto.html 2000/12/12 18:41:38 1.2 @@ -16,11 +16,11 @@ <title>Working with JDBCRealm</title><body> <h1>Working with JDBCRealm</h1> <h2>What is JDBCRealm?</h2> -<p>Is an implementation of a tomcat 3.X Realm that use a set of configurable tables inside a RDMS to store user's data, this tables are accessed by means of standard JDBC drivers.<br> +<p>Is an implementation of a tomcat 4.X Realm that use a set of configurable tables inside a RDMS to store user's data, this tables are accessed by means of standard JDBC drivers.<br> The passwords can be stored as digested ( using standard Java's MessageDigest ) or in plain form.<br> All the parameters, drivers, tables, and columns are user configurable. </p> <h2>Example Config for JDBCRealm</h2> -This is an example of how to set up a JDBC Realm. For this example I used the MySQL JDBC driver. +This is an example of how to set up a JDBCRealm. For this example I used the MySQL JDBC driver. <h3>1. Create a database. </h3> <blockquote> <p> I made the database named "authority"</p> @@ -226,7 +226,7 @@ - Make sure that the JDBC driver is in the lib directory. <br> - If you have problem connecting you can specify connectionName and connectionPassword</p> -<div align="center">$Header: /home/cvs/jakarta-tomcat-4.0/catalina/docs/JDBCRealm-howto.html,v 1.1 2000/12/12 16:59:28 nacho Exp $ +<div align="center">$Header: /home/cvs/jakarta-tomcat-4.0/catalina/docs/JDBCRealm-howto.html,v 1.2 2000/12/12 18:41:38 nacho Exp $ </div> </body> </html>