You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/01/17 00:42:54 UTC

cvs commit: jakarta-cactus/conf/sample/conf/test/servlet22/tomcat33 server.xml

vmassol     02/01/16 15:42:54

  Modified:    conf/sample/conf/test/servlet22/tomcat33 server.xml
  Log:
  as GUMP build seems is failing with the new delaySocketClose parameter, let's try without and see tomorrow's result ...
  
  Revision  Changes    Path
  1.6       +4 -1      jakarta-cactus/conf/sample/conf/test/servlet22/tomcat33/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/conf/sample/conf/test/servlet22/tomcat33/server.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- server.xml	13 Jan 2002 21:21:16 -0000	1.5
  +++ server.xml	16 Jan 2002 23:42:54 -0000	1.6
  @@ -81,7 +81,10 @@
                  secure - use SSL ( https )
                  keystore, keypass - certs for SSL
                  port -->
  -        <Http10Connector port="@test.port@" delaySocketClose="true"
  +
  +        <!-- Http10Connector port="@test.port@" delaySocketClose="true" -->
  +
  +        <Http10Connector port="@test.port@"
   			   secure="false"
   			   maxThreads="100"
   			   maxSpareThreads="50"
  
  
  

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