sebb        2004/11/02 16:14:47

  Modified:    xdocs/usermanual Tag: rel-2_0 component_reference.xml
               xdocs/images/screenshots/gen-controller Tag: rel-2_0
                        http-request.png
  Log:
  Document follow redirects and redirect automatically etc
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.87.2.20 +10 -3     jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.87.2.19
  retrieving revision 1.87.2.20
  diff -u -r1.87.2.19 -r1.87.2.20
  --- component_reference.xml   23 Oct 2004 18:51:07 -0000      1.87.2.19
  +++ component_reference.xml   3 Nov 2004 00:14:47 -0000       1.87.2.20
  @@ -98,6 +98,12 @@
           <property name="Port" required="No (defaults to 80)">Port the web server is 
listening to.</property>
           <property name="Protocol" required="Yes">HTTP or HTTPS.</property>
           <property name="Method" required="Yes">HTTP GET or HTTP POST.</property>
  +             <property name="Redirect Automatically" required="No">Set the http 
connection to automatically follow redirects. 
  +                  If set, the redirects will not appear as samples, as JMeter never 
sees them.
  +        </property>
  +             <property name="Follow Redirects" required="No">If set, the JMeter 
sampler will follow redirects, which will thus appear as samples.</property>
  +             <property name="Use KeepAlive" required="No">JMeter sets the 
Connection: keep-alive header. This does not work properly with the default HTTP 
implementation, as connection re-use is not under user-control. 
  +                  It does work with the Jakarta httpClient 
implementation.</property>
           <property name="Path" required="Yes">The path to resource (for example, 
/servlets/myServlet). If the
   resource requires query string parameters, add them below in the
   "Send Parameters With the Request" section.</property>
  @@ -120,6 +126,7 @@
           <property name="MIME Type" required="No (Yes if Filename filled in)">MIME 
type (for example, text/plain).</property>
           <property name="Retrieve All Embedded Resources from HTML Files" 
required="No">Tell JMeter to parse the HTML file
   and send HTTP/HTTPS requests for all images, Java applets, JavaScript files, CSSs, 
etc. referenced in the file.</property>
  +        <property name="Use as monitor" required="No">For use with the <complink 
name="Monitor Results"/> listener.</property>
   </properties>
   
   <links>
  
  
  
  No                   revision
  No                   revision
  1.1.4.1   +15 -31    
jakarta-jmeter/xdocs/images/screenshots/gen-controller/http-request.png
  
        <<Binary file>>
  
  

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

Reply via email to