Author: kkolinko
Date: Wed Oct 19 07:45:54 2011
New Revision: 1186011

URL: http://svn.apache.org/viewvc?rev=1186011&view=rev
Log:
Link to java.sql.DriverManager page, instead of the top frameset.

Modified:
    tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml

Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=1186011&r1=1186010&r2=1186011&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Wed Oct 19 
07:45:54 2011
@@ -69,7 +69,7 @@ the section about Automatic Application 
 <section name="DriverManager, the service provider mechanism and memory leaks">
 
 <p><code>java.sql.DriverManager</code> supports the
-<a href="http://download.oracle.com/javase/6/docs/api/index.html";>service
+<a 
href="http://download.oracle.com/javase/6/docs/api/index.html?java/sql/DriverManager.html";>service
 provider</a> mechanism. However, the implementation is fundamentally broken in
 all Java versions for a servlet container environment.
 <code>java.sql.DriverManager</code> will only scan the first web application to



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

Reply via email to