hgomez      2004/02/17 09:54:52

  Modified:    jk/xdocs/jk workershowto.xml
  Log:
  Add explanation on recovery_options for worker
  
  Revision  Changes    Path
  1.16      +15 -0     jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml
  
  Index: workershowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/workershowto.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- workershowto.xml  25 Sep 2003 15:21:02 -0000      1.15
  +++ workershowto.xml  17 Feb 2004 17:54:51 -0000      1.16
  @@ -287,6 +287,21 @@
   Disabled by default.
   </p>
   
  +<p>
  +<b>recovery_options</b> property told webserver how to handle recovery when
  +it detect that tomcat failed.
  +By default, webserver will forward the request to another tomcat in LB mode
  +(or to another ajp thread in ajp13 mode).
  +values are : 0 (full recovery), 1 (don't recover if tomcat failed after getting the 
request),
  +2 (don't recover if tomcat failed after sending the headers to client), 3 (don't 
recover if tomcat failed 
  +getting the request or after sending the headers to client).
  +</p>
  +<p>
  +This features has been added in <b>jk 1.2.6</b> to avoid problem with hung tomcat's 
and works on all
  +servlet engines supporting ajp13.
  +Full recovery by default.
  +</p>
  +
   <screen>
   <note>worker "worker2" will talk to Tomcat listening on machine www2.x.com at port 
8009 using 3.5 lb factor</note>
   <read>worker.worker2.host=www2.x.com</read>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to