You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@locus.apache.org on 2000/09/05 19:57:45 UTC

cvs commit: jakarta-tomcat/src/doc JDBCRealm-howto.html

nacho       00/09/05 10:57:44

  Modified:    src/doc  JDBCRealm-howto.html
  Log:
  Fixed a typo
  
  Thanks to Kevin Jones [kevinj@develop.com]
  
  Revision  Changes    Path
  1.2       +9 -9      jakarta-tomcat/src/doc/JDBCRealm-howto.html
  
  Index: JDBCRealm-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/JDBCRealm-howto.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JDBCRealm-howto.html	2000/09/01 22:44:45	1.1
  +++ JDBCRealm-howto.html	2000/09/05 17:57:42	1.2
  @@ -77,7 +77,7 @@
   </p>
   </blockquote>
   </blockquote>
  -<table align="center">
  +<table align="center" border="0">
   <tr>
   <td>
   <pre>
  @@ -97,8 +97,8 @@
   +------------+
   | role_name  |
   +------------+
  -| tomcatRole |
  -| otherRole  |
  +| tomcat     |
  +| role1      |
   +------------+
   2 rows in set (0.02 sec)
   
  @@ -109,10 +109,10 @@
   +------------+-----------+
   | role_name  | user_name |
   +------------+-----------+
  -| tomcatRole | user1     |
  -| otherRole  | user2     |
  -| otherRole  | tomcat    |
  -| tomcatRole | tomcat    |
  +| tomcat     | user1     |
  +| role1      | user2     |
  +| tomcat     | tomcat    |
  +| role1      | tomcat    |
   +------------+-----------+
   4 rows in set (0.00 sec)
   
  @@ -132,7 +132,7 @@
   <blockquote>
   <p><code><br>
   &lt;RequestInterceptor 
  -	className="org.apache.tomcat.realm.JDBCRealm"<br>
  +	className="org.apache.tomcat.request.JDBCRealm"<br>
    
   	debug="99"      
   	driverName="org.gjt.mm.mysql.Driver" <br>
  @@ -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/src/doc/JDBCRealm-howto.html,v 1.1 2000/09/01 22:44:45 nacho Exp $
  +<div align="center">$Header: /home/cvs/jakarta-tomcat/src/doc/JDBCRealm-howto.html,v 1.2 2000/09/05 17:57:42 nacho Exp $
   </div>
   </body>
   </html>