Document a couple of long standing system properties
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 10 Jan 2011 08:40:12 +0000 (08:40 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 10 Jan 2011 08:40:12 +0000 (08:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057118 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/systemprops.xml

index 467b154..725ace6 100644 (file)
       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