Author: kkolinko
Date: Thu Jan 20 21:00:10 2011
New Revision: 1061511

URL: http://svn.apache.org/viewvc?rev=1061511&view=rev
Log:
Add textual description to the attributes supported by DataSourceLinkFactory
Correct a typo

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/context.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1061511&r1=1061510&r2=1061511&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Jan 20 21:00:10 2011
@@ -224,7 +224,7 @@
         (markt)
       </fix>
       <fix>
-        <bug>49543</bug> Allow Tomcat to use shared data sources with per
+        <bug>49543</bug>: Allow Tomcat to use shared data sources with per
         application credentials. (fhanik)
       </fix>
       <fix>

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1061511&r1=1061510&r2=1061511&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Thu Jan 20 21:00:10 2011
@@ -1020,11 +1020,15 @@
     <attributes>
 
       <attribute name="username" required="false">
-        <p></p>
+        <p><code>username</code> value for the <code>getConnection(username, 
password)</code>
+           call on the linked global DataSource.
+        </p>
       </attribute>
 
       <attribute name="password" required="false">
-        <p></p>
+        <p><code>password</code> value for the <code>getConnection(username, 
password)</code>
+           call on the linked global DataSource.
+        </p>
       </attribute>
 
     </attributes>



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

Reply via email to