From: markt Date: Fri, 3 Oct 2008 12:15:53 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c250400220d5044a5728a3db2d8c158361957856;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45940 typo user->username git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@701362 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/jndi-resources-howto.xml b/webapps/docs/jndi-resources-howto.xml index 8919e8bba..64f0be327 100644 --- a/webapps/docs/jndi-resources-howto.xml +++ b/webapps/docs/jndi-resources-howto.xml @@ -592,7 +592,7 @@ conn.close();
  • url - Connection URL to be passed to our JDBC driver. (For backwards compatibility, the property driverName is also recognized.)
  • -
  • user - Database username to be passed to our +
  • username - Database username to be passed to our JDBC driver.
  • validationQuery - SQL query that can be used by the pool to validate connections before they are returned to the