You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bo...@apache.org on 2001/09/27 12:23:50 UTC

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

bojan       01/09/27 03:23:50

  Modified:    src/doc  JDBCRealm-howto.html
  Log:
  JDBC jar in lib/container, not lib
  
  Revision  Changes    Path
  1.4       +2 -2      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JDBCRealm-howto.html	2001/07/21 00:44:25	1.3
  +++ JDBCRealm-howto.html	2001/09/27 10:23:50	1.4
  @@ -251,10 +251,10 @@
   <h2>Hints</h2>
   <p>
      
  -   - Make sure that the JDBC driver is in the lib directory.
  +   - Make sure that the JDBC driver is in the lib/container 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.3 2001/07/21 00:44:25 nacho Exp $
  +<div align="center">$Header: /home/cvs/jakarta-tomcat/src/doc/JDBCRealm-howto.html,v 1.4 2001/09/27 10:23:50 bojan Exp $
   </div>
   </body>
   </html>