Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BC34D07D for ; Sat, 15 Dec 2012 22:57:24 +0000 (UTC) Received: (qmail 71894 invoked by uid 500); 15 Dec 2012 22:57:20 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 71801 invoked by uid 500); 15 Dec 2012 22:57:20 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 70890 invoked by uid 99); 15 Dec 2012 22:57:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 22:57:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 22:57:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B9CD52388B42 for ; Sat, 15 Dec 2012 22:56:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1422398 [5/13] - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ appdev/ architecture/ config/ funcspecs/ tribes/ Date: Sat, 15 Dec 2012 22:56:37 -0000 To: dev@tomcat.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121215225655.B9CD52388B42@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/executor.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/executor.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/executor.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/executor.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Executor (thread pool)

Table of Contents
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Executor (thread pool)

Table of Contents
Introduction
@@ -51,7 +59,8 @@ The default implementation supports the following attributes:

AttributeDescription
threadPriority -

(int) The thread priority for threads in the executor, the default is Thread.NORM_PRIORITY

+

(int) The thread priority for threads in the executor, the default is + 5 (the value of the Thread.NORM_PRIORITY constant)

daemon

(boolean) Whether the threads should be daemon threads or not, the default is true

namePrefix @@ -78,6 +87,29 @@
-

+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/filter.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/filter.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/filter.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/filter.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

Container Provided Filters

Table of Contents
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

Container Provided Filters

Table of Contents
Introduction
@@ -1190,6 +1198,29 @@ org.apache.catalina.filters.RequestDumpe
-

+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/globalresources.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/globalresources.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/globalresources.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/globalresources.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The GlobalNamingResources Component

Table of Contents
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The GlobalNamingResources Component

Table of Contents
Introduction
@@ -218,6 +226,29 @@
-

+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/host.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/host.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/host.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/host.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Host Container

Table of Contents
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Host Container

Table of Contents
Introduction
@@ -615,6 +623,29 @@ http://www.mycompany.com:8080/~craigmcc
-

+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/http.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/http.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/http.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/http.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The HTTP Connector

Table of Contents
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The HTTP Connector

Table of Contents
Introduction
@@ -208,9 +216,10 @@ 1.

acceptorThreadPriority

The priority of the acceptor threads. The threads used to accept - new connections. The default value is - java.lang.Thread#NORM_PRIORITY. See the JavaDoc for the - java.lang.Thread class for more details on what this priority means.

+ new connections. The default value is 5 (the value of the + java.lang.Thread.NORM_PRIORITY constant). See the JavaDoc + for the java.lang.Thread class for more details on what + this priority means.

address

For servers with more than one IP address, this attribute specifies which address will be used for listening on the specified @@ -376,9 +385,10 @@ circumstances. This is set to true by default.

threadPriority

The priority of the request processing threads within the JVM. - The default value is java.lang.Thread#NORM_PRIORITY. - See the JavaDoc for the java.lang.Thread class for more details on - what this priority means. + The default value is 5 (the value of the + java.lang.Thread.NORM_PRIORITY constant). See the JavaDoc + for the java.lang.Thread class for more details on what + this priority means.

@@ -476,9 +486,11 @@ operations are going on.

pollerThreadPriority -

(int)The priority of the poller threads. The default value is - java.lang.Thread#NORM_PRIORITY. See the JavaDoc for the - java.lang.Thread class for more details on what this priority means.

+

(int)The priority of the poller threads. + The default value is 5 (the value of the + java.lang.Thread.NORM_PRIORITY constant). See the JavaDoc + for the java.lang.Thread class for more details on what + this priority means.

selectorTimeout

(int)The time in milliseconds to timeout on a select() for the poller. This value is important, since connection clean up is done on @@ -617,10 +629,11 @@ less than 1024. For Linux the default is 1. Changing the default on Windows is likely to have a negative performance impact.

threadPriority -

(int)The priority of the acceptor and poller threads. The default - value is java.lang.Thread#NORM_PRIORITY. See the JavaDoc - for the java.lang.Thread class for more details on what this priority - means.

+

(int)The priority of the acceptor and poller threads. + The default value is 5 (the value of the + java.lang.Thread.NORM_PRIORITY constant). See the JavaDoc + for the java.lang.Thread class for more details on what + this priority means.

useComet

(bool)Whether to allow comet servlets or not. Default value is true.

@@ -945,6 +958,29 @@
-
+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/index.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/index.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/index.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

Overview

Overview
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

Overview

Overview

This manual contains reference information about all of the configuration directives that can be included in a conf/server.xml file to @@ -69,6 +77,29 @@ outline:

supported by the standard implementation of this interface. -

+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file Modified: tomcat/site/trunk/docs/tomcat-7.0-doc/config/jar-scanner.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/config/jar-scanner.html?rev=1422398&r1=1422397&r2=1422398&view=diff ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/config/jar-scanner.html (original) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/config/jar-scanner.html Sat Dec 15 22:56:23 2012 @@ -8,9 +8,17 @@ .wrapped-source code { display: block; background-color: transparent; } .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } +

     The Apache Tomcat Servlet/JSP Container
-

Apache Tomcat 7

Version 7.0.34, Dec 4 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Jar Scanner Component

Table of Contents
+ " border="0">

Apache Tomcat 7

Version 7.0.34, Dec 15 2012
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Jar Scanner Component

Table of Contents
Introduction
@@ -73,6 +81,29 @@
Special Features

No special features are associated with a Jar Scanner element.

-

+
Comments

Notice: This is not a Q&A section. + The Apache Comments System is explained + here. + Comments should be pointed towards suggestions on improving the documentation + or server, and may be removed again by our moderators if they are either + implemented or considered invalid/off-topic. + Questions on how to manage Apache Tomcat should be directed + to our mailing lists.


Copyright © 1999-2012, Apache Software Foundation
\ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org