remm        2004/02/24 04:13:38

  Modified:    webapps/docs realm-howto.xml
  Log:
  - Fix the reason for bug 27183: the DS name is a relative name.
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- realm-howto.xml   29 Jan 2004 17:27:09 -0000      1.12
  +++ realm-howto.xml   24 Feb 2004 12:13:38 -0000      1.13
  @@ -490,7 +490,7 @@
   name "java:/comp/env/jdbc/authority".</p>
   <source>
   &lt;Realm className="org.apache.catalina.realm.DataSourceRealm" debug="99"
  -   dataSourceName="java:/comp/env/jdbc/authority"
  +   dataSourceName="jdbc/authority"
      userTable="users" userNameCol="user_name" userCredCol="user_pass"
      userRoleTable="user_roles" roleNameCol="role_name"/&gt;
   </source>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to