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 2001/06/07 15:39:02 UTC

cvs commit: jakarta-tomcat-connectors/jk/src/doc AJPv14.txt

hgomez      01/06/07 06:39:01

  Modified:    jk/src/doc AJPv14.txt
  Log:
  Updated documentation :
  SecretKey is now set in worker.properties
  
  Revision  Changes    Path
  1.4       +9 -5      jakarta-tomcat-connectors/jk/src/doc/AJPv14.txt
  
  Index: AJPv14.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/doc/AJPv14.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AJPv14.txt	2001/05/21 15:26:09	1.3
  +++ AJPv14.txt	2001/06/07 13:38:56	1.4
  @@ -1,14 +1,14 @@
   /***************************************************************************
    * Description: Proposal for Apache JServ 1.4                              *
    * Author:      Henri Gomez <hg...@slib.fr>                               *
  - * Version:     $Revision: 1.3 $                                           *
  + * Version:     $Revision: 1.4 $                                           *
    ***************************************************************************/
   
   This document is a proposal of evolution of the current
   Apache JServ Protocol version 1.3, also known as ajp13.  
   I'll not cover here the full protocol but only the add-on from ajp13.
   
  -This third pass include comments from the tomcat-dev list and
  +This x' pass include comments from the tomcat-dev list and
   misses discovered during developpment.
   
   Missing features in AJP13
  @@ -136,10 +136,14 @@
   | LOGNOK CMD (1 byte) | FAILURE CODE (32bits) |
   +---------------------+-----------------------+
   
  -The secret key will be set by a new JkSecretKey 
  +The secret key will be set by a new propertie in
  +workers.properties : secretkey
   
  -ie: JkSecretKey myworker1 myverysecurekey
  -
  +worker.ajp14.port=8009
  +worker.ajp14.host=localhost
  +worker.ajp14.type=ajp14
  +worker.ajp14.secretkey=myverysecretkey
  + 
   
   Shutdown feature
   ----------------