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

2005-08-02 Thread yoavs
yoavs   2005/08/02 06:47:11

  Modified:.build.properties.default
   webapps/docs changelog.xml
   webapps/docs/config http.xml
  Log:
  Bugzilla 34794: http://issues.apache.org/bugzilla/show_bug.cgi?id=34794
  
  Revision  ChangesPath
  1.154 +4 -1  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -r1.153 -r1.154
  --- build.properties.default  31 Jul 2005 13:18:37 -  1.153
  +++ build.properties.default  2 Aug 2005 13:47:10 -   1.154
  @@ -42,6 +42,9 @@
   cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
   
   # - Default Base Path for Dependent Packages -
  +# Please note this path must be absolute, not relative,
  +# as it is referenced with different working directory
  +# contexts by the various build scripts.
   base.path=/usr/share/java
   #base.path=C:/path/to/the/repository
   #base.path=/usr/local
  
  
  
  1.349 +4 -1  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.348
  retrieving revision 1.349
  diff -u -r1.348 -r1.349
  --- changelog.xml 1 Aug 2005 09:40:14 -   1.348
  +++ changelog.xml 2 Aug 2005 13:47:11 -   1.349
  @@ -53,12 +53,15 @@
 the JDK 1.4 JavaDoc tool. (yoavs)
 /fix
 fix
  -bug35865/bug: setclasspath.sh cannot be excutive under cygwin 
(funkman)
  +bug35865/bug: setclasspath.sh cannot be excutive under cygwin. 
(funkman)
 /fix
 fix
   bug33267/bug: Set working path in service installer, as 
suggested by Dominik
 Drzewiecki. (yoavs)
 /fix
  +  update
  +bug34794/bug: Update connector documentation to include 
clientAuth attribute. (yoavs)
  +  /update
   /changelog
 /subsection
 
  
  
  
  1.27  +10 -0 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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- http.xml  9 Jun 2005 20:25:31 -   1.26
  +++ http.xml  2 Aug 2005 13:47:11 -   1.27
  @@ -212,6 +212,16 @@
 The default value is codetext/html,text/xml,text/plain/code./p
   /attribute
   
  +attribute name=clientAuth required=false
  +  p
  +Set this value to codetrue/code if you want Tomcat to require
  +all SSL clients to present a client Certificate in order to use
  +this socket.  Set this value to codewant/code if you want Tomcat
  +to request a client Certificate, but not fail if one isn't presented.
  +See the a href=../ssl-howto.htmlSSL HowTo/a for an example.
  +  /p
  +/attribute
  +
   attribute name=compression required=false
 pThe strongConnector/strong may use HTTP/1.1 GZIP compression in
 an attempt to save server bandwidth. The acceptable values for the
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-06-09 Thread pero
pero2005/06/09 13:25:31

  Modified:webapps/docs/config http.xml
  Log:
  Fix Typo!
  
  Revision  ChangesPath
  1.26  +1 -1  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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- http.xml  4 Jun 2005 17:34:23 -   1.25
  +++ http.xml  9 Jun 2005 20:25:31 -   1.26
  @@ -169,7 +169,7 @@
   
   attribute name=xpoweredBy required=false
 pSet this attribute to codetrue/code to cause Tomcat to advertise
  -  support for the Srevlet specification using the header recommended in 
the
  +  support for the Servlet specification using the header recommended in 
the
 specification.  The default value is codefalse/code./p
   /attribute
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-04-06 Thread remm
remm2005/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  ChangesPath
  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 -  1.20
  +++ http.xml  6 Apr 2005 15:54:05 -   1.21
  @@ -158,10 +158,8 @@
   
 subsection name=Standard Implementation
   
  -  pThe standard implementation of the strongHTTP
  -  Connector/strong is
  -  strongorg.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 -  1.12
  +++ ajp.xml   6 Apr 2005 15:54:05 -   1.13
  @@ -159,9 +159,8 @@
   
 subsection name=Standard Implementation
   
  -  pThe standard implementation of strongAJP Connector/strong is
  -  strongorg.apache.coyote.tomcat5.CoyoteConnector/strong, but you
  -  must specify the protocol attribute (see below)./p
  +  pTo use AJP, you
  +  must specify the protocol attribute (see above)./p
   
 pstrongThis implementation supports the AJP 1.3 protocol./strong/p
   
  @@ -186,6 +185,12 @@
 value is 10./p
   /attribute
   
  +attribute name=connectionTimeout required=false
  +  pThe number of milliseconds this strongConnector/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
 strongdeprecated/strong
 pThe minimum number of processors to start at initialization time.
  @@ -239,12 +244,6 @@
 circumstances.  This is set to codetrue/code by default./p
   /attribute
   
  -attribute name=soTimeout required=false
  -  pThe number of milliseconds this strongConnector/strong will 
wait,
  -  after accepting a connection, for the request URI line to be
  -  presented.  The default value is 6 (i.e. 60 seconds)./p
  -/attribute
  -
   attribute name=tomcatAuthentication required=false
 pIf set to codetrue/code, the authetication will be done in 
Tomcat. 
 Otherwise, the authenticated principal will be propagated from the 
native
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-04-06 Thread Bill Barker

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 06, 2005 8:54 AM
Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml
ajp.xml


 remm2005/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
   +  pThe number of milliseconds this strongConnector/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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

2005-04-06 Thread Remy Maucherat
Bill Barker wrote:
remm2005/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
 +  pThe number of milliseconds this strongConnector/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2005-04-06 Thread Bill Barker

- Original Message -
From: Remy Maucherat [EMAIL PROTECTED]
To: Tomcat Developers List tomcat-dev@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:
remm2005/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
  +  pThe number of milliseconds this strongConnector/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-11-22 Thread yoavs
yoavs   2004/11/22 12:12:08

  Modified:webapps/docs/config Tag: TOMCAT_5_0 http.xml
  Log:
  Bugzilla 30048: minor (as minor as they get, one letter ;)) doc patch.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.10.2.2  +1 -1  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.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- http.xml  21 Aug 2004 15:50:12 -  1.10.2.1
  +++ http.xml  22 Nov 2004 20:12:08 -  1.10.2.2
  @@ -151,7 +151,7 @@
 2048 bytes will be provided./p
   /attribute
   
  -attribute name=compressableMimeTypes required=false
  +attribute name=compressableMimeType required=false
 pThe value is a comma separated list of MIME types for which HTTP
 compression may be used.
 The default value is codetext/html,text/xml,text/plain/code./p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-11-22 Thread yoavs
yoavs   2004/11/22 12:18:30

  Modified:webapps/docs/config http.xml
  Log:
  Bugzilla 30048: minor doc patch.
  
  Revision  ChangesPath
  1.20  +1 -1  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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- http.xml  16 Oct 2004 09:20:06 -  1.19
  +++ http.xml  22 Nov 2004 20:18:30 -  1.20
  @@ -186,7 +186,7 @@
 2048 bytes will be provided./p
   /attribute
   
  -attribute name=compressableMimeTypes required=false
  +attribute name=compressableMimeType required=false
 pThe value is a comma separated list of MIME types for which HTTP
 compression may be used.
 The default value is codetext/html,text/xml,text/plain/code./p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-10-16 Thread remm
remm2004/10/16 02:15:37

  Modified:webapps/docs/config http.xml ajp.xml
  Log:
  - Update connector docs with most of the current attributes.
  - The common attributes are those which are present on the Connector class. The 
others depend on the protocol.
  
  Revision  ChangesPath
  1.18  +58 -44jakarta-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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- http.xml  1 Oct 2004 23:52:32 -   1.17
  +++ http.xml  16 Oct 2004 09:15:37 -  1.18
  @@ -57,18 +57,19 @@
   
 attributes
   
  -attribute name=address required=false
  -  pFor servers with more than one IP address, this attribute
  -  specifies which address will be used for listening on the specified
  -  port.  By default, this port will be used on all IP addresses
  -  associated with the server./p
  -/attribute
  -
   attribute name=allowTrace required=false
 pA boolean value which can be used to enable or disable the TRACE
 HTTP method. If not specified, this attribute is set to false./p
   /attribute
   
  +attribute name=emptySessionPath required=false
  +  pIf set to codetrue/code, all paths for session cookies will be set
  +  to code//code. This can be useful for portlet specification 
implementations,
  +  but will greatly affect performance if many applications are accessed on a 
given
  +  server by the client.
  +  If not specified, this attribute is set to codefalse/code./p
  +/attribute
  +
   attribute name=enableLookups required=false
 pSet to codetrue/code if you want calls to
 coderequest.getRemoteHost()/code to perform DNS lookups in
  @@ -85,6 +86,27 @@
 If not specified, this attribute is set to 2097152 (2 megabytes)./p
   /attribute
   
  +attribute name=protocol required=false
  +  pThis attribute value must be codeHTTP/1.1/code to use the HTTP
  +  handler, which is the default./p
  +/attribute
  +
  +attribute name=proxyName required=false
  +  pIf this strongConnector/strong is being used in a proxy
  +  configuration, configure this attribute to specify the server name
  +  to be returned for calls to coderequest.getServerName()/code.
  +  See a href=#Proxy SupportProxy Support/a for more
  +  information./p
  +/attribute
  +
  +attribute name=proxyPort required=false
  +  pIf this strongConnector/strong is being used in a proxy
  +  configuration, configure this attribute to specify the server port
  +  to be returned for calls to coderequest.getServerPort()/code.
  +  See a href=#Proxy SupportProxy Support/a for more
  +  information./p
  +/attribute
  +
   attribute name=redirectPort required=false
 pIf this strongConnector/strong is supporting non-SSL
 requests, and a request is received for which a matching
  @@ -124,6 +146,12 @@
 /p
   /attribute
   
  +attribute name=xpoweredBy required=false
  +  pSet this attribute to codetrue/code to cause Tomcat to advertise
  +  support for the Srevlet specification using the header recommended in the
  +  specification.  The default value is codefalse/code./p
  +/attribute
  +
 /attributes
   
 /subsection
  @@ -145,6 +173,13 @@
 value is 10./p
   /attribute
   
  +attribute name=address required=false
  +  pFor servers with more than one IP address, this attribute
  +  specifies which address will be used for listening on the specified
  +  port.  By default, this port will be used on all IP addresses
  +  associated with the server./p
  +/attribute
  +
   attribute name=bufferSize required=false
 pThe size (in bytes) of the buffer to be provided for input
 streams created by this connector.  By default, buffers of
  @@ -240,27 +275,6 @@
 to a particular port number on a particular IP address./p
   /attribute
   
  -attribute name=protocol required=false
  -  pThis attribute value must be codeHTTP/1.1/code to use the HTTP
  -  handler, which is the default./p
  -/attribute
  -
  -attribute name=proxyName required=false
  -  pIf this strongConnector/strong is being used in a proxy
  -  configuration, configure this attribute to specify the server name
  -  to be returned for calls to coderequest.getServerName()/code.
  -  See a href=#Proxy SupportProxy Support/a for more
  -  information./p
  -/attribute
  -
  -attribute name=proxyPort required=false
  -  pIf this strongConnector/strong is being used in a proxy
  -  configuration, configure this attribute to specify the server port
  -  to be returned for calls to 

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

2004-10-16 Thread remm
remm2004/10/16 02:20:06

  Modified:webapps/docs/config http.xml
  Log:
  - Remove more bad info about socket factory (now removed) and logging.
  
  Revision  ChangesPath
  1.19  +1 -16 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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- http.xml  16 Oct 2004 09:15:37 -  1.18
  +++ http.xml  16 Oct 2004 09:20:06 -  1.19
  @@ -328,11 +328,7 @@
   
   section name=Nested Components
   
  -  pThe only element that may be embedded inside a strongConnector/strong
  -  element is a strongFactory/strong element, which is used to configure
  -  a server socket factory component.  This element is never required, but
  -  is still supported for backwards compatibility with earlier version of
  -  Tomcat./p
  +  pNone at this time./p
   
   /section
   
  @@ -355,17 +351,6 @@
 the highest HTTP version that they claim to support.  Therefore, this
 strongConnector/strong will always return codeHTTP/1.1/code at
 the beginning of its responses./p
  -
  -  /subsection
  -
  -
  -  subsection name=Logging Output
  -
  -  pAny debugging or exception logging information generated by this
  -  strongConnector/strong will be automatically routed to the
  -  logging configuration for the containing 
  -  a href=engine.htmlEngine/a.  No special configuration is required
  -  to enable this support./p
   
 /subsection
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-09-16 Thread mturk
mturk   2004/09/16 06:26:45

  Modified:webapps/docs/config http.xml
  Log:
  Add missing /attribute close tag
  
  Revision  ChangesPath
  1.15  +1 -0  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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- http.xml  15 Sep 2004 00:21:22 -  1.14
  +++ http.xml  16 Sep 2004 13:26:45 -  1.15
  @@ -287,6 +287,7 @@
 See the JavaDoc for the java.lang.Thread class for more details on
 what this priority means.
 /p
  +/attribute
   
   attribute name=server required=false
 pThe Server header for the http response.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-09-14 Thread funkman
funkman 2004/09/14 17:21:22

  Modified:webapps/docs/config http.xml
  Log:
  Document the server attribute.
  
  Revision  ChangesPath
  1.14  +30 -25jakarta-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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- http.xml  1 Sep 2004 22:04:29 -   1.13
  +++ http.xml  15 Sep 2004 00:21:22 -  1.14
  @@ -79,9 +79,9 @@
   /attribute
   
   attribute name=maxPostSize required=false
  -  pThe maximum size in bytes of the POST which will be handled by 
  -  the container FORM URL parameter parsing. The feature can be disbled by 
  -  setting this attribute to a value inferior or equal to 0. 
  +  pThe maximum size in bytes of the POST which will be handled by
  +  the container FORM URL parameter parsing. The feature can be disbled by
  +  setting this attribute to a value inferior or equal to 0.
 If not specified, this attribute is set to 2097152 (2 megabytes)./p
   /attribute
   
  @@ -116,9 +116,9 @@
   
   attribute name=useBodyEncodingForURI required=false
 pThis specifies if the encoding specified in contentType should be used
  -  for URI query parameters, instead of using the URIEncoding. This 
  -  setting is present for compatibility with Tomcat 4.1.x, where the 
  -  encoding specified in the contentType, or explicitely set using 
  +  for URI query parameters, instead of using the URIEncoding. This
  +  setting is present for compatibility with Tomcat 4.1.x, where the
  +  encoding specified in the contentType, or explicitely set using
 Request.setCharacterEncoding method was also used for the parameters from
 the URL. The default value is codefalse/code.
 /p
  @@ -130,8 +130,8 @@
   
 subsection name=Standard Implementation
   
  -  pThe standard implementation of the strongHTTP 
  -  Connector/strong is 
  +  pThe standard implementation of the strongHTTP
  +  Connector/strong is
 strongorg.apache.coyote.tomcat5.CoyoteConnector/strong.
 It supports the following additional attributes (in addition to the
 common attributes listed above):/p
  @@ -171,7 +171,7 @@
   
   attribute name=connectionLinger required=false
 pThe number of milliseconds during which the sockets used by this
  -  strongConnector/strong will linger when they are closed. 
  +  strongConnector/strong will linger when they are closed.
 The default value is -1 (socket linger is disabled)./p
   /attribute
   
  @@ -185,7 +185,7 @@
 pThis flag allows the servlet container to use a different, longer
 connection timeout while a servlet is being executed, which in the end
 allows either the servlet a longer amount of time to complete its
  -  execution, or a longer timeout during data upload. If not specified, 
  +  execution, or a longer timeout during data upload. If not specified,
 this attribute is set to false./p
   /attribute
   
  @@ -198,14 +198,14 @@
   attribute name=maxKeepAliveRequests required=false
 pThe maximum number of HTTP requests which can be pipelined until
 the connection is closed by the server. Setting this attribute to 1 will
  -  disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and 
  -  pipelining. Setting this to -1 will allow an unlimited amount of 
  -  pipelined or keep-alive HTTP requests. 
  +  disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and
  +  pipelining. Setting this to -1 will allow an unlimited amount of
  +  pipelined or keep-alive HTTP requests.
 If not specified, this attribute is set to 100./p
   /attribute
   
   attribute name=maxSpareThreads required=false
  -  pThe maximum number of unused request processing threads that 
  +  pThe maximum number of unused request processing threads that
 will be allowed to exist until the thread pool starts stopping the
 unnecessary threads.  The default value is 50./p
   /attribute
  @@ -221,14 +221,14 @@
 pThe number of request processing threads that will be created
 when this strongConnector/strong is first started.  The connector
 will also make sure it has the specified number of idle processing
  -  threads available. This attribute should be set to a value smaller 
  +  threads available. This attribute should be set to a value smaller
 than that set for codemaxThreads/code.  The default value is 4./p
   /attribute
   
   attribute name=noCompressionUserAgents required=false
 pThe value is a comma separated list of regular expressions matching
  -  user-agents of HTTP clients for which compression should not be 

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml server.xml loader.xml host.xml context.xml service.xml engine.xml manager.xml ajp.xml globalresources.xml logger.xml defaultcontext.xml

2004-09-01 Thread correo
Respuesta automática: Hemos recibido un correo a la dirección de Nuestras Casas 
Rurales en Gredos, en breve le contestaremos. 



Para cualquier reserva, pueden llamar a los teléfonos: 618 01 83 11 // 91 798 21 10



Puede ver nuestras casas en http://www.lapasailla.com 



Atentamente, Casa Rural La Pasailla 





// 

OTRAS CASAS RURALES de 2 a 12 plazas en: 

http://www.lapasailla.com/casasenavila 

//



Consulta nuestras ofertas en http://www.lapasailla.com/casas/toprural.html



/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

LAS EDADES DEL HOMBRE ESTARÁ EN ÁVILA HASTA NOVIEMBRE



Alquila El Robledillo que está a sólo 30kms de Ávila, 5 kms de las 

ruinas de Castro de Ulaca y del CAstillo de Villaviciosa. De 6 a 12 Plazas.

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re: cvs commit: jakarta-tomcat-catalina/webapps/docs/config http.xml server.xml loader.xml host.xml context.xml service.xml engine.xml manager.xml ajp.xml globalresources.xml logger.xml defaultcontext.xml

2004-09-01 Thread Service Client Fnac.com
ACCUSE DE NON RECEPTION 


Chère Cliente, Cher Client,

Merci de nous avoir contactés.

Vous venez d'envoyer un message à une adresse ne permettant pas
de recevoir d'e-mail.

Pour trouver les réponses à vos questions sur vos commandes, sur
les produits, sur le site, consultez nos pages d'aide en ligne
en cliquant sur :
http://www.fnac.com/Help/A01.asp

Vous pouvez également suivre en direct l'évolution de vos commandes
en cours, en consultant la rubrique Vos Commande en un clin d'oeil
en cliquant sur :
https://www.fnac.com/Account/Profil/default.asp

Nous espérons que ces pages vous apporteront toutes les informations
nécessaires. Dans le cas contraire, vous pouvez nous contacter par
e-mail en cliquant sur le lien :
http://www.fnac.com/Service_Client/FnacAGC.asp
Merci de votre fidélité à www.fnac.com.

Très cordialement, 

L'équipe Fnac.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-05-27 Thread yoavs
yoavs   2004/05/27 09:08:51

  Modified:webapps/docs/config http.xml
  Log:
  Added doc for threadPriority attribute 
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28914).
  
  Revision  ChangesPath
  1.10  +9 -0  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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- http.xml  19 Feb 2004 21:22:00 -  1.9
  +++ http.xml  27 May 2004 16:08:51 -  1.10
  @@ -8,6 +8,7 @@
   
 properties
   author email=[EMAIL PROTECTED]Craig R. McClanahan/author
  +author email=[EMAIL PROTECTED]Yoav Shapira/author
   titleThe HTTP Connector/title
 /properties
   
  @@ -284,6 +285,14 @@
 pIf set to codetrue/code, the TCP_NO_DELAY option will be
 set on the server socket, which improves performance under most
 circumstances.  This is set to codetrue/code by default./p
  +/attribute
  +
  +attribute name=threadPriority required=false
  +  pThe priority of the request processing threads within the JVM.
  +  The default value is codejava.lang.Thread#NORM_PRIORITY/code.
  +  See the JavaDoc for the java.lang.Thread class for more details on
  +  what this priority means.
  +  /p
   /attribute
   
 /attributes
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-02-19 Thread remm
remm2004/02/19 13:20:19

  Modified:webapps/docs/config http.xml
  Log:
  - Add documentation on -1 - unlimited keepalive.
  
  Revision  ChangesPath
  1.8   +3 -2  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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- http.xml  23 Jan 2004 23:32:34 -  1.7
  +++ http.xml  19 Feb 2004 21:20:19 -  1.8
  @@ -204,8 +204,9 @@
 pThe maximum number of HTTP requests which can be pipelined until
 the connection is closed by the server. Setting this attribute to 1 will
 disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and 
  -  pipelining. If
  -  not specified, this attribute is set to 100./p
  +  pipelining. Setting this to -1 will cause the server to never close the
  +  HTTP connection (unless an error or a timeout occurs). 
  +  If not specified, this attribute is set to 100./p
   /attribute
   
   attribute name=maxSpareThreads required=false
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-02-19 Thread remm
remm2004/02/19 13:22:00

  Modified:webapps/docs/config http.xml
  Log:
  - Add documentation on -1 - unlimited keepalive (better wording).
  
  Revision  ChangesPath
  1.9   +2 -2  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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- http.xml  19 Feb 2004 21:20:19 -  1.8
  +++ http.xml  19 Feb 2004 21:22:00 -  1.9
  @@ -204,8 +204,8 @@
 pThe maximum number of HTTP requests which can be pipelined until
 the connection is closed by the server. Setting this attribute to 1 will
 disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and 
  -  pipelining. Setting this to -1 will cause the server to never close the
  -  HTTP connection (unless an error or a timeout occurs). 
  +  pipelining. Setting this to -1 will allow an unlimited amount of 
  +  pipelined or keep-alive HTTP requests. 
 If not specified, this attribute is set to 100./p
   /attribute
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-01-23 Thread remm
remm2004/01/23 15:32:34

  Modified:webapps/docs/config http.xml
  Log:
  - Document new field.
  
  Revision  ChangesPath
  1.7   +6 -0  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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- http.xml  13 Jan 2004 18:34:20 -  1.6
  +++ http.xml  23 Jan 2004 23:32:34 -  1.7
  @@ -194,6 +194,12 @@
 this attribute is set to false./p
   /attribute
   
  +attribute name=maxHttpHeaderSize required=false
  +  pThe maximum size of the request and response HTTP header, specified
  +  in bytes.
  +  If not specified, this attribute is set to 4096 (4 KB)./p
  +/attribute
  +
   attribute name=maxKeepAliveRequests required=false
 pThe maximum number of HTTP requests which can be pipelined until
 the connection is closed by the server. Setting this attribute to 1 will
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-01-13 Thread remm
remm2004/01/13 10:34:20

  Modified:webapps/docs/config http.xml
  Log:
  - Cut and paste bug ...
  
  Revision  ChangesPath
  1.6   +1 -1  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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- http.xml  13 Jan 2004 18:29:19 -  1.5
  +++ http.xml  13 Jan 2004 18:34:20 -  1.6
  @@ -150,7 +150,7 @@
 2048 bytes will be provided./p
   /attribute
   
  -attribute name=restrictedUserAgents required=false
  +attribute name=compressableMimeTypes required=false
 pThe value is a comma separated list of MIME types for which HTTP
 compression may be used.
 The default value is codetext/html,text/xml,text/plain/code./p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]