remm        2004/02/24 04:17:22

  Modified:    webapps/docs realm-howto.xml
  Log:
  - Fix the reason for bug 27183: the DS name is a relative name.
  - Add better explanation to the attribute description.
  
  Revision  Changes    Path
  1.14      +4 -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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- realm-howto.xml   24 Feb 2004 12:13:38 -0000      1.13
  +++ realm-howto.xml   24 Feb 2004 12:17:22 -0000      1.14
  @@ -411,7 +411,10 @@
     </attribute>
   
     <attribute name="dataSourceName" required="true">
  -    <p>The JNDI named JDBC DataSource for your database.</p>
  +    <p>The JNDI named JDBC DataSource for your database. If the DataSource is
  +    local to the context, the name is relative to <code>java:/comp/env</code>,
  +    and otherwise the name should match the name used to define the global
  +    DataSource.</p>
     </attribute>
   
     <attribute name="debug" required="false">
  
  
  

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

Reply via email to