You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/05/07 17:56:01 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs realm-howto.xml

glenn       2003/05/07 08:56:01

  Modified:    webapps/tomcat-docs realm-howto.xml
  Log:
  Fix mysql jdbc connect examples
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/realm-howto.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- realm-howto.xml	12 Jan 2003 17:26:46 -0000	1.11
  +++ realm-howto.xml	7 May 2003 15:56:00 -0000	1.12
  @@ -308,7 +308,7 @@
   <source>
   &lt;Realm className="org.apache.catalina.realm.JDBCRealm" debug="99"
         driverName="org.gjt.mm.mysql.Driver"
  -   connectionURL="jdbc:mysql://localhost/authority?user=dbuser&amp;password=dbpass"
  +   connectionURL="jdbc:mysql://localhost/authority?user=dbuser&amp;amp;password=dbpass"
          userTable="users" userNameCol="user_name" userCredCol="user_pass"
      userRoleTable="user_roles" roleNameCol="role_name"/&gt;
   </source>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org