yoavs       2004/12/13 06:25:06

  Modified:    webapps/docs/config ajp.xml
  Log:
  Added request.registerRequests attribute to doc.
  
  Revision  Changes    Path
  1.12      +6 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ajp.xml   28 Oct 2004 20:54:49 -0000      1.11
  +++ ajp.xml   13 Dec 2004 14:25:05 -0000      1.12
  @@ -110,6 +110,12 @@
         number specified here.</p>
       </attribute>
   
  +    <attribute name="request.registerRequests" required="false">
  +      <p>This attribute controls request registration for JMX monitoring
  +      of the Connector.  It is enabled by default, but may be turned
  +      it off to save a bit of memory.</p>
  +    </attribute>
  +
       <attribute name="scheme" required="false">
         <p>Set this attribute to the name of the protocol you wish to have
         returned by calls to <code>request.getScheme()</code>.  For
  
  
  

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

Reply via email to