Author: markt
Date: Mon Jan 10 08:40:12 2011
New Revision: 1057118
URL: http://svn.apache.org/viewvc?rev=1057118&view=rev
Log:
Document a couple of long standing system properties
Modified:
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1057118&r1=1057117&r2=1057118&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Mon Jan 10 08:40:12 2011
@@ -495,6 +495,20 @@
Context</a> elements.</p>
</property>
+ <property name="javax.sql.DataSource.Factory">
+ <p>The class name of the factory to use to create resources of type
+ <code>javax.sql.DataSource</code>. If not specified the default of
+ <code>org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory</code> is used
+ which is a package renamed (to avoid conflictions) copy of
+ <a href="http://commons.apache.org/dbcp">Apache Commons DBCP</a>.</p>
+ </property>
+
+ <property name="javax.mail.Session.Factory">
+ <p>The class name of the factory to use to create resources of type
+ <code>javax.mail.Session</code>. If not specified the default of
+ <code>org.apache.naming.factory.MailSessionFactory</code> is used.</p>
+ </property>
+
<property name="jvmRoute">
<p>Provides a default value for the <code>jvmRoute</code> attribute of
the
<a href="engine.html">Engine</a> element. It does not override the value
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]