From c250400220d5044a5728a3db2d8c158361957856 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 3 Oct 2008 12:15:53 +0000 Subject: [PATCH] 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 --- webapps/docs/jndi-resources-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0