You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/11/02 20:04:43 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs faq.xml

vmassol     2003/11/02 11:04:43

  Modified:    documentation/docs/xdocs faq.xml
  Log:
  Added answer to "Does Cactus work with load-balancers?"
  
  Revision  Changes    Path
  1.19      +15 -0     jakarta-cactus/documentation/docs/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/faq.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- faq.xml	13 Sep 2003 19:02:12 -0000	1.18
  +++ faq.xml	2 Nov 2003 19:04:43 -0000	1.19
  @@ -62,6 +62,9 @@
             <jump anchor="faq12">Why do I get an HttpClient NoSuchMethodError when 
             running Cactus tests with JBoss 3.x?</jump>
           </li>
  +        <li>
  +          <jump anchor="faq13">Does Cactus work with load-balancers?</jump>
  +        </li>
         </ul>
       </section>
   
  @@ -518,6 +521,18 @@
           </p>
         </section>
   	</section>
  +
  +    <anchor id="faq13"/>
  +    <section title="Does Cactus work with load-balancers?">
  +      <p>
  +        Answer: No. For each test, Cactus performs 2 HTTP connections to the
  +        Server side: one for executing the test and one to get the test
  +        result. The test result is stored in the application scope
  +        (Servlet context). Thus, if the load-balancer directs the second
  +        HTTP connection to another server instance, the test result will
  +        not be correct.
  +      </p>
  +    </section>
   
     </body>
   </document>
  
  
  

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