yoavs       2004/07/23 07:13:41

  Modified:    webapps/docs changelog.xml
               webapps/docs/config ajp.xml http.xml
  Log:
  Addressed Bugzilla 30245, Connector documentation.
  
  Revision  Changes    Path
  1.75      +3 -0      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.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- changelog.xml     23 Jul 2004 14:02:17 -0000      1.74
  +++ changelog.xml     23 Jul 2004 14:13:41 -0000      1.75
  @@ -26,6 +26,9 @@
         <fix>
           <bug>29584</bug>: Enhanced and clarified JNDI documentation. (yoavs)
         </fix>
  +      <fix>
  +        <bug>30245</bug>: Corrected Connector documentation to list "address" as a 
common attribute. (yoavs)
  +      </fix>
       </changelog>
     </subsection>
   
  
  
  
  1.5       +8 -0      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ajp.xml   11 Jan 2004 09:20:22 -0000      1.4
  +++ ajp.xml   23 Jul 2004 14:13:41 -0000      1.5
  @@ -8,6 +8,7 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Remy Maucherat</author>
  +    <author email="[EMAIL PROTECTED]">Yoav Shapira</author>
       <title>The AJP Connector</title>
     </properties>
   
  @@ -39,6 +40,13 @@
     support the following attributes:</p>
   
     <attributes>
  +
  +    <attribute name="address" required="false">
  +      <p>For 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">
         <p>A boolean value which can be used to enable or disable the TRACE
  
  
  
  1.11      +7 -7      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
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- http.xml  27 May 2004 16:08:51 -0000      1.10
  +++ http.xml  23 Jul 2004 14:13:41 -0000      1.11
  @@ -57,6 +57,13 @@
   
     <attributes>
   
  +    <attribute name="address" required="false">
  +      <p>For 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">
         <p>A boolean value which can be used to enable or disable the TRACE
         HTTP method. If not specified, this attribute is set to false.</p>
  @@ -136,13 +143,6 @@
         all possible request processing threads are in use.  Any requests
         received when the queue is full will be refused.  The default
         value is 10.</p>
  -    </attribute>
  -
  -    <attribute name="address" required="false">
  -      <p>For 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">
  
  
  

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

Reply via email to