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 2004/03/01 10:34:37 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2 CHANGES.txt

hgomez      2004/03/01 01:34:37

  Modified:    jk/native2 CHANGES.txt
  Log:
  Tab policies
  
  Revision  Changes    Path
  1.16      +8 -8      jakarta-tomcat-connectors/jk/native2/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/CHANGES.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- CHANGES.txt	27 Feb 2004 08:34:34 -0000	1.15
  +++ CHANGES.txt	1 Mar 2004 09:34:37 -0000	1.16
  @@ -1,4 +1,4 @@
  -JAKARTA TOMCAT CONNECTORS 2 (JK2) CHANGELOG:			-*-text-*-
  +JAKARTA TOMCAT CONNECTORS 2 (JK2) CHANGELOG:            -*-text-*-
   Last modified at [$Date$]
   
   Changes in JK2 HEAD:
  @@ -7,12 +7,12 @@
       * Added the load balancer stickySession property. If set to 0
         requests with servlet SESSION ID's can be routed to any Tomcat
         worker. Default is 1, sessions are sticky.
  -	* Port from jk of connect_timeout, reply_timeout, prepost_timeout (AJP13 PING/PONG).
  -	  You could set connectTimeout, replyTimeout and prepostTimeout for such purpose in ajp properties.
  -	  [Henri Gomez]
  -	* Add hasinput method for channel, which will check if datas are
  -	  available on input channel (TC->WEBSERVER). 
  -	  [Henri Gomez]
  +    * Port from jk of connect_timeout, reply_timeout, prepost_timeout (AJP13 PING/PONG).
  +      You could set connectTimeout, replyTimeout and prepostTimeout for such purpose in ajp properties.
  +      [Henri Gomez]
  +    * Add hasinput method for channel, which will check if datas are
  +      available on input channel (TC->WEBSERVER). 
  +      [Henri Gomez]
       * Make use apr_port_t instead of short to fix problem to have port higher than 32K.
       * Make default port configurable (9009 on Netware, 8009 elsewhere)
       * Fix problem when in Load-Balancing and POST 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org