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/02/03 14:21:39 UTC

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

hgomez      2004/02/03 05:21:39

  Modified:    jk/native2 CHANGES.txt
  Log:
  Update changes to reflect changes on port (apr_port_t and def port)
  
  Revision  Changes    Path
  1.10      +4 -2      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CHANGES.txt	16 Oct 2003 07:51:26 -0000	1.9
  +++ CHANGES.txt	3 Feb 2004 13:21:39 -0000	1.10
  @@ -7,7 +7,9 @@
   	* 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)
  +    
   Changes with JK2 2.0.4:
       * Added the load balancer stickySession property. If set to 0
         requests with servlet SESSION ID's can be routed to any Tomcat
  
  
  

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