You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/11/21 10:39:41 UTC

cvs commit: jakarta-tomcat-5/resources/confinstall server_2.xml

hgomez      2002/11/21 01:39:41

  Modified:    resources/confinstall server_2.xml
  Log:
  No timeout to be set in AJP13 connector, it's the webserver 
  responsability to drop unused connections
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-tomcat-5/resources/confinstall/server_2.xml
  
  Index: server_2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_2.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- server_2.xml	11 Oct 2002 08:58:56 -0000	1.4
  +++ server_2.xml	21 Nov 2002 09:39:41 -0000	1.5
  @@ -21,7 +21,7 @@
       <Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
                  port="8009" minProcessors="5" maxProcessors="75"
                  enableLookups="true" redirectPort="8443"
  -               acceptCount="10" debug="0" connectionTimeout="20000"
  +               acceptCount="10" debug="0" connectionTimeout="0"
                  useURIValidationHack="false"
                  protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>