You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2003/09/16 09:38:51 UTC

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

jfclere     2003/09/16 00:38:51

  Modified:    jk/native2 README.txt
  Log:
  remove "\r".
  
  Revision  Changes    Path
  1.4       +13 -13    jakarta-tomcat-connectors/jk/native2/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/README.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.txt	6 Oct 2002 07:50:32 -0000	1.3
  +++ README.txt	16 Sep 2003 07:38:51 -0000	1.4
  @@ -1,21 +1,21 @@
   README for JK2
   --------------
   
  -JK2 is a refactoring of  JK and is much more  powerfull.  Even if it works  with
  -Apache 1.3, JK2 has been developed with Apache 2.0 in mind, and is better suited
  -for multi-threaded  servers like  IIS, NES/iPlanet.  It can  also be  embeded in
  +JK2 is a refactoring of  JK and is much more  powerfull.  Even if it works  with
  +Apache 1.3, JK2 has been developed with Apache 2.0 in mind, and is better suited
  +for multi-threaded  servers like  IIS, NES/iPlanet.  It can  also be  embeded in
   other applications and used from java.
   
  -JK2 improves  the modularity  and has  a better  separation between protocol and
  -physical layer. As such JK2 support  fast unix-socket, and could be extended  to
  -support others communications channels. It is better suited for JNI and may  use
  -(in a future version) JDK 1.4  NIO. There is additional support for  monitoring,
  -similar with  JMX in  java. A  module similar  with mod_status  is provided, and
  -additional adapters  can be  used to  interface and  provide status  and runtime
  -configuration.  The  configuration  has been  changed  to  follow the  component
  -models. Multiple configuration sources can be  supported ( in additon to file  )
  -providing better  integration with  the embeding  application. The  config layer
  -uses the management layer APIs and  it can support persistence for changes  done
  +JK2 improves  the modularity  and has  a better  separation between protocol and
  +physical layer. As such JK2 support  fast unix-socket, and could be extended  to
  +support others communications channels. It is better suited for JNI and may  use
  +(in a future version) JDK 1.4  NIO. There is additional support for  monitoring,
  +similar with  JMX in  java. A  module similar  with mod_status  is provided, and
  +additional adapters  can be  used to  interface and  provide status  and runtime
  +configuration.  The  configuration  has been  changed  to  follow the  component
  +models. Multiple configuration sources can be  supported ( in additon to file  )
  +providing better  integration with  the embeding  application. The  config layer
  +uses the management layer APIs and  it can support persistence for changes  done
   via runtime configuration. 
   
   
  
  
  

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