You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2005/04/06 17:54:05 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml ajp.xml

remm        2005/04/06 08:54:05

  Modified:    webapps/docs/config http.xml ajp.xml
  Log:
  - Fix AJP documentation error about connection timeout (no timeout by default).
  
  Revision  Changes    Path
  1.21      +2 -4      jakarta-tomcat-catalina/webapps/docs/config/http.xml
  
  Index: http.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/http.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- http.xml	22 Nov 2004 20:18:30 -0000	1.20
  +++ http.xml	6 Apr 2005 15:54:05 -0000	1.21
  @@ -158,10 +158,8 @@
   
     <subsection name="Standard Implementation">
   
  -  <p>The standard implementation of the <strong>HTTP
  -  Connector</strong> is
  -  <strong>org.apache.coyote.tomcat5.CoyoteConnector</strong>.
  -  It supports the following additional attributes (in addition to the
  +  <p>
  +  HTTP supports the following additional attributes (in addition to the
     common attributes listed above):</p>
   
     <attributes>
  
  
  
  1.13      +8 -9      jakarta-tomcat-catalina/webapps/docs/config/ajp.xml
  
  Index: ajp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/ajp.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ajp.xml	13 Dec 2004 14:25:05 -0000	1.12
  +++ ajp.xml	6 Apr 2005 15:54:05 -0000	1.13
  @@ -159,9 +159,8 @@
   
     <subsection name="Standard Implementation">
   
  -  <p>The standard implementation of <strong>AJP Connector</strong> is
  -  <strong>org.apache.coyote.tomcat5.CoyoteConnector</strong>, but you
  -  must specify the protocol attribute (see below).</p>
  +  <p>To use AJP, you
  +  must specify the protocol attribute (see above).</p>
   
     <p><strong>This implementation supports the AJP 1.3 protocol.</strong></p>
   
  @@ -186,6 +185,12 @@
         value is 10.</p>
       </attribute>
   
  +    <attribute name="connectionTimeout" required="false">
  +      <p>The number of milliseconds this <strong>Connector</strong> will wait,
  +      after accepting a connection, for the request URI line to be
  +      presented.  The default value is infinite (i.e. no timeout).</p>
  +    </attribute>
  +
       <attribute name="minProcessors" required="false">
         <strong>deprecated</strong>
         <p>The minimum number of processors to start at initialization time.
  @@ -239,12 +244,6 @@
         circumstances.  This is set to <code>true</code> by default.</p>
       </attribute>
   
  -    <attribute name="soTimeout" required="false">
  -      <p>The number of milliseconds this <strong>Connector</strong> will wait,
  -      after accepting a connection, for the request URI line to be
  -      presented.  The default value is 60000 (i.e. 60 seconds).</p>
  -    </attribute>
  -
       <attribute name="tomcatAuthentication" required="false">
         <p>If set to <code>true</code>, the authetication will be done in Tomcat. 
         Otherwise, the authenticated principal will be propagated from the native
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml ajp.xml

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: "Remy Maucherat" <re...@apache.org>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Wednesday, April 06, 2005 2:01 PM
Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config
http.xml ajp.xml


>Bill Barker wrote:
>>>remm        2005/04/06 08:54:05
>>>
>>>  Modified:    webapps/docs/config http.xml ajp.xml
>>>  Log:
>>>  - Fix AJP documentation error about connection timeout (no timeout by
>>
>> default).
>>
>> <snip/>
>>
>>>  +    <attribute name="connectionTimeout" required="false">
>>>  +      <p>The number of milliseconds this <strong>Connector</strong>
>>
>> will wait,
>>
>>>  +      after accepting a connection, for the request URI line to be
>>>  +      presented.  The default value is infinite (i.e. no timeout).</p>
>>>  +    </attribute>
>>>  +
>>
>> Urm, in JkMain, it's still called 'soTimeout'.  Not that I object to the
>> name change, but currently setting 'connectionTimeout' on an AJP
Connector
>> won't do anything at all.
>
>There's an alias for that in the Connector class. The (only) benefit is
>that it corresponds to the attribute name that was used in 5.0.
>

So there is:  An alias for another alias ;-).


>Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org





This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.



Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml ajp.xml

Posted by Remy Maucherat <re...@apache.org>.
Bill Barker wrote:
>>remm        2005/04/06 08:54:05
>>
>>  Modified:    webapps/docs/config http.xml ajp.xml
>>  Log:
>>  - Fix AJP documentation error about connection timeout (no timeout by
> 
> default).
> 
> <snip/>
> 
>>  +    <attribute name="connectionTimeout" required="false">
>>  +      <p>The number of milliseconds this <strong>Connector</strong>
> 
> will wait,
> 
>>  +      after accepting a connection, for the request URI line to be
>>  +      presented.  The default value is infinite (i.e. no timeout).</p>
>>  +    </attribute>
>>  +
> 
> Urm, in JkMain, it's still called 'soTimeout'.  Not that I object to the
> name change, but currently setting 'connectionTimeout' on an AJP Connector
> won't do anything at all.

There's an alias for that in the Connector class. The (only) benefit is 
that it corresponds to the attribute name that was used in 5.0.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml ajp.xml

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message -----
From: <re...@apache.org>
To: <ja...@apache.org>
Sent: Wednesday, April 06, 2005 8:54 AM
Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml
ajp.xml


> remm        2005/04/06 08:54:05
>
>   Modified:    webapps/docs/config http.xml ajp.xml
>   Log:
>   - Fix AJP documentation error about connection timeout (no timeout by
default).
>
<snip/>
>   +    <attribute name="connectionTimeout" required="false">
>   +      <p>The number of milliseconds this <strong>Connector</strong>
will wait,
>   +      after accepting a connection, for the request URI line to be
>   +      presented.  The default value is infinite (i.e. no timeout).</p>
>   +    </attribute>
>   +

Urm, in JkMain, it's still called 'soTimeout'.  Not that I object to the
name change, but currently setting 'connectionTimeout' on an AJP Connector
won't do anything at all.




This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.