Author: mmcallis
Date: 2008-04-21 19:09:28 -0400 (Mon, 21 Apr 2008)
New Revision: 10688
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/ldap.xml
Log:
19.2.1. Connection Pooling
minor revisions as per boleslaw.dawidowicz request
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/ldap.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/ldap.xml 2008-04-21
22:51:37 UTC (rev 10687)
+++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/ldap.xml 2008-04-21
23:09:28 UTC (rev 10688)
@@ -102,8 +102,7 @@
<title>Configuration of LDAP connection</title>
<sect2>
<title>Connection Pooling</title>
- <para>Portal uses connection pooling provided by <ulink
url="http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.ht...;.
- It is enabled by default. You can configure connection pooling settings using
following options:</para>
+ <para>JBoss Portal uses <ulink
url="http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.ht...
pooling</ulink> provided by <ulink
url="http://java.sun.com/products/jndi/">JNDI</ulink>, and is enabled
by default. Use the following options to configure connection pooling
settings:</para>
<programlisting><![CDATA[
<datasource>
<name>LDAP</name>
@@ -155,7 +154,7 @@
</config>
</datasource>]]></programlisting>
<para>
- Please refer to the <ulink
url="http://java.sun.com/products/jndi/tutorial/ldap/connect/config....
Documentation</ulink> to learn about option values.
+ Remember, as it is described in the <ulink
url="http://java.sun.com/products/jndi/tutorial/ldap/connect/config....
documentation</ulink>, these options are system values, not environment properties,
and affect all connection pooling requests in the Java runtime.
</para>
</sect2>