nacho       00/12/12 08:49:38

  Modified:    src/doc  Tag: tomcat_32 JDBCRealm.howto
  Log:
  BugReport# 567
  
  Missing JDBCRealm classes from Tomcat Implementation?
  
  Submitted by Anonymous
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +2 -2      jakarta-tomcat/src/doc/Attic/JDBCRealm.howto
  
  Index: JDBCRealm.howto
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/Attic/JDBCRealm.howto,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- JDBCRealm.howto   2000/06/19 21:39:53     1.3
  +++ JDBCRealm.howto   2000/12/12 16:49:36     1.3.2.1
  @@ -86,7 +86,7 @@
   3. Add the information to the server.xml file. For this example I used
      this entry:
   
  -    <RequestInterceptor className="org.apache.tomcat.realm.JDBCRealm" debug="99"
  +    <RequestInterceptor className="org.apache.tomcat.request.JDBCRealm" debug="99"
        driverName="org.gjt.mm.mysql.Driver"
        connectionURL="jdbc:mysql://localhost/authority?user=test;password=test"
        userTable="users" userNameCol="user_name" userCredCol="user_pass"
  @@ -116,7 +116,7 @@
   
      - If you have problem connecting you can specify connectionName and 
connectionPassword:
   
  -    <RequestInterceptor className="org.apache.tomcat.realm.JDBCRealm"
  +    <RequestInterceptor className="org.apache.tomcat.request.JDBCRealm"
        debug="99"
        driverName="oracle.jdbc.driver.OracleDriver"
        connectionURL="jdbc:oracle:thin:@ntserver:1521:ORCL"
  
  
  

Reply via email to