remm        2004/01/29 09:27:09

  Modified:    webapps/docs realm-howto.xml
  Log:
  - Document the new useLocalDataSource flag.
  
  Revision  Changes    Path
  1.12      +7 -0      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- realm-howto.xml   8 Jan 2004 13:22:51 -0000       1.11
  +++ realm-howto.xml   29 Jan 2004 17:27:09 -0000      1.12
  @@ -429,6 +429,13 @@
       information.  If not specified, passwords are stored in clear text.</p>
     </attribute>
       
  +  <attribute name="localDataSource" required="false">
  +    <p>When the realm is nested inside a Context element, this allows the 
  +    realm to use a DataSource defined for the Context rather than a global
  +    DataSource.  If not specified, the default is <code>false</code>: use a 
  +    global DataSource.</p>
  +  </attribute>
  +    
     <attribute name="roleNameCol" required="true">
       <p>The name of the column, in the <em>user roles</em> table, that
       contains the name of a role assigned to this user.</p>
  
  
  

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

Reply via email to