From 3a3435f111f1a44dd0f775fa5e9d3f1e88567a57 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 10 Jan 2011 08:40:12 +0000 Subject: [PATCH] Document a couple of long standing system properties git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1057118 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 467b15471..725ace60d 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -495,6 +495,20 @@ Context elements.

+ +

The class name of the factory to use to create resources of type + javax.sql.DataSource. If not specified the default of + org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory is used + which is a package renamed (to avoid conflictions) copy of + Apache Commons DBCP.

+
+ + +

The class name of the factory to use to create resources of type + javax.mail.Session. If not specified the default of + org.apache.naming.factory.MailSessionFactory is used.

+
+

Provides a default value for the jvmRoute attribute of the Engine element. It does not override the value -- 2.11.0