Author: fhanik
Date: Tue Mar 20 16:24:13 2012
New Revision: 1302974

URL: http://svn.apache.org/viewvc?rev=1302974&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52654

Modified:
    tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1302974&r1=1302973&r2=1302974&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Tue Mar 20 16:24:13 2012
@@ -135,7 +135,8 @@
       <code>org.apache.tomcat.jdbc.pool.DataSource</code> object will then 
register the actual
       connection pool MBean.
       If you're running outside of a container, you can register the 
DataSource yourself under any object name you specify,
-      and it propagates the registration to the underlying pool.
+      and it propagates the registration to the underlying pool. To do this 
you would call 
<code>mBeanServer.registerMBean(dataSource.getPool().getJmxPool(),objectname)</code>.
+      Prior to this call, ensure that the pool has been created by calling 
<code>dataSource.createPool()</code>.
     </p>
   </subsection>
 



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

Reply via email to