khammond    02/02/20 06:35:23

  Modified:    docs/usermanual get-started.html index.html
  Log:
  Accidentally blew away Mike's changes. This version now contains both Mike's and my 
changes.
  
  Revision  Changes    Path
  1.3       +107 -60   jakarta-jmeter/docs/usermanual/get-started.html
  
  Index: get-started.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/get-started.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- get-started.html  20 Feb 2002 02:51:42 -0000      1.2
  +++ get-started.html  20 Feb 2002 14:35:23 -0000      1.3
  @@ -55,31 +55,41 @@
                   </ul>
               <p><strong>User Manual</strong></p>
           <ul>
  -                    <li>    <a href="../user_manual/index.html">Overview</a>
  +                    <li>    <a href="../usermanual/index.html">Table of Contents</a>
   </li>
  -                    <li>    <a 
href="../user_manual/threadgroups.html">ThreadGroups</a>
  +                    <li>    <a href="../usermanual/intro.html">Introduction</a>
   </li>
  -                    <li>    <a href="../user_manual/test_samples.html">Generative 
Controls</a>
  +                    <li>    <a href="../usermanual/get-started.html">Getting 
Started</a>
   </li>
  -                    <li>    <a 
href="../user_manual/logical_controllers.html">Logical Controls</a>
  +                    <li>    <a href="../usermanual/build-test-plan.html">Building a 
Test Plan</a>
   </li>
  -                    <li>    <a 
href="../user_manual/visualizers.html">Visualizers</a>
  +                    <li>    <a href="../usermanual/thread-group.html">Test Plan - 
Thread Group</a>
   </li>
  -                    <li>    <a href="../user_manual/timers.html">Timers</a>
  +                    <li>    <a href="../usermanual/controller.html">Test Plan - 
Controllers</a>
   </li>
  -                    <li>    <a href="../user_manual/assertions.html">Assertions</a>
  +                    <li>    <a href="../usermanual/listener.html">Test Plan - 
Listeners</a>
   </li>
  -                    <li>    <a href="../user_manual/running.html">Running a Test</a>
  +                    <li>    <a href="../usermanual/timer.html">Test Plan - 
Timers</a>
   </li>
  -                    <li>    <a href="../user_manual/saving.html">Saving/Loading</a>
  +                    <li>    <a href="../usermanual/assertion.html">Test Plan - 
Assertions</a>
   </li>
  -                    <li>    <a href="../user_manual/rmi.html">Distributed JMeter</a>
  +                    <li>    <a href="../usermanual/ftp-config.html">Test Plan - FTP 
Config</a>
   </li>
  -                    <li>    <a href="../user_manual/proxy_server.html">Recording 
Browser Activity</a>
  +                    <li>    <a href="../usermanual/http-config.html">Test Plan - 
HTTP Config</a>
   </li>
  -                    <li>    <a href="../user_manual/ready_components.html">Built-in 
Components</a>
  +                    <li>    <a href="../usermanual/jdbc-config.html">Test Plan - 
JDBC Config</a>
   </li>
  -                    <li>    <a href="../user_manual/sslmanager.html">Using the SSL 
Manager</a>
  +                    <li>    <a 
href="../usermanual/build-web-test-plan.html">Building a Web Test Plan</a>
  +</li>
  +                    <li>    <a 
href="../usermanual/build-adv-web-test-plan.html">Building an Adv. Web Test Plan</a>
  +</li>
  +                    <li>    <a 
href="../usermanual/build-db-test-plan.html">Building a Database Test Plan</a>
  +</li>
  +                    <li>    <a 
href="../usermanual/build-ftp-test-plan.html">Building a FTP Test Plan</a>
  +</li>
  +                    <li>    <a href="../usermanual/remote-test.html">Remote 
Testing</a>
  +</li>
  +                    <li>    <a href="../usermanual/best-practices.html">Best 
Practices</a>
   </li>
                   </ul>
               <p><strong>Community</strong></p>
  @@ -96,12 +106,27 @@
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2. Getting Started"><strong>2. Getting Started</strong></a>
  +          <a name="get_started"><strong>2. Getting Started</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                </blockquote>
  +                                    <p>The easiest way to begin using JMeter is to 
first 
  +<a href="http://jakarta.apache.org/builds/jakarta-jmeter/release/";>download the 
latest production release</a> and install it. 
  +The release contains all of the files you need to build and run Web, FTP, JDBC, and 
JNDI tests.  If you want to perform JDBC testing, 
  +then you will, of course, need the appropriate JDBC driver from your vendor.  
JMeter does not come with
  +any JDBC drivers.</p>
  +                                                <p>Next, start JMeter and go 
through the <a href="build-test-plan.html">Building a Test Plan</a> section 
  +of the User Guide to familiarize yourself with JMeter basics (for example, adding 
and removing elements).</p>
  +                                                <p>Finally, go through the 
appropriate section on how to build a specific type of Test Plan.
  +For example, if you are interested in testing a Web application, then see the 
section 
  +<a href="build-web-test-plan.html">Building a Web Test Plan</a>.
  +The other specific Test Plan sections are for <a 
href="build-db-test-plan.html">JDBC</a>, 
  +<a href="build-ftp-test-plan.html">FTP</a>, and <a 
href="build-jndi-test-plan.html">JNDI</a>.</p>
  +                                                <p>Once you are comfortable with 
building and running JMeter Test Plans, you can look into the 
  +various configuration elements (timers, listeners, assertions, and others) which 
give you more control
  +over your Test Plans.</p>
  +                            </blockquote>
           </p>
         </td></tr>
         <tr><td><br/></td></tr>
  @@ -109,7 +134,7 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1 Requirements"><strong>2.1 Requirements</strong></a>
  +          <a name="requirements"><strong>2.1 Requirements</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -122,12 +147,14 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1.1 Java Versions"><strong>2.1.1 Java Versions</strong></a>
  +          <a name="java_ver"><strong>2.1.1 Java Version</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>JMeter runs in JDK1.2 and higher. </p>
  +                                    <p>JMeter requires a fully compliant JDK1.2 (or 
higher) environment. Because JMeter uses only 
  +standard Java APIs (java.*), please do not file bug reports if your JRE fails to 
run 
  +JMeter because of JRE implementation issues.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -136,7 +163,7 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1.2 Operating Systems"><strong>2.1.2 Operating 
Systems</strong></a>
  +          <a name="os"><strong>2.1.2 Operating Systems</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -152,14 +179,12 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1.3 JDBC Driver (for testing databases)"><strong>2.1.3 JDBC 
Driver (for testing databases)</strong></a>
  +          <a name="optional"><strong>2.2 Optional</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>If you intend to perform database testing, 
you will need a JDBC driver
  -appropriate for you database.  You will need to <a href="classpath">add the 
classes</a> for your
  -driver to JMeter's classpath.</p>
  +                                    <p>If you plan on doing JMeter development or 
want to use Sun's Java Standard Extension packages, then you will need one or more 
optional packages listed below.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -168,17 +193,12 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1.4 SAX XML Parser"><strong>2.1.4 SAX XML Parser</strong></a>
  +          <a name="opt_compiler"><strong>2.2.1 Java Compiler</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>JMeter comes packaged with Apache's Xerces 
XML parser.  There is no need to use any
  -other XML parser, but, it is possible to use any SAX2 compliant XML parser.  To do
  -so, include the classes for the third-party parser in <a href="classpath">JMeter's 
classpath</a>,
  -and update the <a href="configuring_jmeter.html">jmeter.properties</a> file with 
the full classname of the parser
  -implementation.
  -</p>
  +                                    <p>If you want to build the JMeter source or 
develop JMeter plugins, then you will need a fully compliant JDK1.2 or higher 
compiler.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -187,16 +207,15 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1.5 SSL Encryption Support"><strong>2.1.5 SSL Encryption 
Support</strong></a>
  +          <a name="opt_sax"><strong>2.2.2 SAX XML Parser</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>To test a web server using SSL encryption 
(https), JMeter requires that an
  -implementation of SSL be provided (such as Sun's JSSE).  JMeter will run fine 
without
  -these files, but cannot be used to test an HTTPS site unless such files are included
  -in <a href="classpath">JMeter's classpath</a>.  In addition, <a 
href="configuring_jmeter.html">jmeter.properties</a>
  -must be configured correctly to register the SSL Provider.</p>
  +                                    <p>JMeter comes with Apache's <a 
href="http://xml.apache.org/";>Xerces XML parser</a>. You have the option of telling 
JMeter 
  +to use a different XML parser. To do so, include the classes for the third-party 
parser in JMeter's <a href="#classpath">classpath</a>,
  +and update the <a href="configuring_jmeter.html">jmeter.properties</a> file with 
the full classname of the parser
  +implementation.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -205,14 +224,13 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.1.6 Email Support"><strong>2.1.6 Email Support</strong></a>
  +          <a name="opt_email"><strong>2.2.3 Email Support</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <p>JMeter has limited Email capabilities (it 
can send email based on test results).
  -To enable this support, it is necessary to add Sun's JavaMail packages to <a 
href="classpath">JMeter's classpath</a>.
  -</p>
  +To enable Email support, add Sun's JavaMail packages to JMeter's <a 
href="#classpath">classpath</a>.</p>
                               </blockquote>
           </p>
         </td></tr>
  @@ -221,12 +239,31 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.2 Installation"><strong>2.2 Installation</strong></a>
  +          <a name="opt_ssl"><strong>2.2.4 SSL Encryption</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                </blockquote>
  +                                    <p>To test a web server using SSL encryption 
(HTTPS), JMeter requires that an
  +implementation of SSL be provided (such as Sun's <a 
href="http://java.sun.com/products/jsse/index.html";>Java Secure Sockets Extension -- 
JSSE</a>).  
  +Include the necessary encryption packages in JMeter's <a 
href="#classpath">classpath</a>.  Also, update <a 
href="configuring_jmeter.html">jmeter.properties</a>
  +by registering the SSL Provider.</p>
  +                                                <p>Note: if you are running JDK1.4, 
then you do not have to download JSSE because Sun integrated it into JDK1.4 as a 
standard library.</p>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="opt_jdbc"><strong>2.2.5 JDBC Driver</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>You will need to add your database vendor's 
JDBC driver to the <a href="#classpath">classpath</a> if you want to do JDBC 
testing.</p>
  +                            </blockquote>
           </p>
         </td></tr>
         <tr><td><br/></td></tr>
  @@ -234,13 +271,27 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.2.1 Downloading the Latest Release"><strong>2.2.1 Downloading 
the Latest Release</strong></a>
  +          <a name="install"><strong>2.3 Installation</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>We recommend that most users run the latest 
stable release instead of a nightly build.
  -To install from a release build, simply unzip the zip/tar file into the directory
  +                                    <p>Blah, blah, blah.</p>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                                <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="download_release"><strong>2.3.1 Downloading the Latest 
Release</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>We recommend that most users run the <a 
href="http://jakarta.apache.org/builds/jakarta-jmeter/release/";>latest release</a>.</p>
  +                                                <p>To install from a release build, 
simply unzip the zip/tar file into the directory
   where you want JMeter to be installed.  Provided you have a JDK correctly installed,
   and JAVA_HOME environment variable set, there is nothing more to do.</p>
                               </blockquote>
  @@ -251,16 +302,15 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.2.2 Downloading Nightly Builds"><strong>2.2.2 Downloading 
Nightly Builds</strong></a>
  +          <a name="download_nightly"><strong>2.3.2 Downloading Nightly 
Builds</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>If you do not mind working with beta-quality 
software, then you can download and run the
  -latest nightly build.  To install from a nightly build, it is necessary to compile 
and
  -build JMeter.  To do so, unzip the zip/tar file into the directory where you want 
JMeter
  -to be installed.  Open a shell or command prompt and change directory to JMeter's 
top
  -level directory.  Type "build install" to install JMeter.  Provided your system has
  +                                    <p>If you do not mind working with beta-quality 
software, then you can download and run the <a 
href="http://jakarta.apache.org/builds/jakarta-jmeter/nightly";>latest nightly 
build</a>.</p>
  +                                                <p>To install from a nightly build, 
you must build JMeter.  To do so, unzip the zip/tar file into the directory where you 
want JMeter
  +to be installed.  Then, open a shell or command prompt and change directory to 
JMeter's top
  +level directory.  Next, type "build install" to install JMeter.  Provided your 
system has
   a JDK correctly installed and the JAVA_HOME environment variable set, JMeter should
   install correctly.</p>
                               </blockquote>
  @@ -271,16 +321,14 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.3 Running JMeter"><strong>2.3 Running JMeter</strong></a>
  +          <a name="running"><strong>2.4 Running JMeter</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>To run JMeter, double-click on the 
jmeter.bat(Windows)/jmeter(Unix) file.  For most
  -systems this should be sufficient.  For some systems, it necessary to invoke this
  -file directly in a shell/command prompt (rather than double-clicking with the 
mouse). </p>
  +                                    <p>To run JMeter, run the jmeter.bat (for 
Windows) or jmeter (for Unix) file.</p>
                                                   <p>If JMeter does not start 
correctly, it may be because your system does not support
  -the commands contained in jmeter.bat/jmeter (ie Windows 98 systems).  In this case,
  +the commands contained in jmeter.bat/jmeter.  In this case,
    you will need to rewrite the jmeter.bat/jmeter file to explicitly include all
    jar files found in JMeter's lib/ directory in JMeter's classpath.</p>
                               </blockquote>
  @@ -291,7 +339,7 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.3.1 JMeter's Classpath"><strong>2.3.1 JMeter's 
Classpath</strong></a>
  +          <a name="classpath"><strong>2.4.1 JMeter's Classpath</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -308,7 +356,7 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.3.2 Using a Proxy Server"><strong>2.3.2 Using a Proxy 
Server</strong></a>
  +          <a name="proxy_server"><strong>2.4.2 Using a Proxy Server</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -328,15 +376,14 @@
                                                   <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="2.3.4 Non-GUI Mode"><strong>2.3.4 Non-GUI Mode</strong></a>
  +          <a name="non_gui"><strong>2.4.3 Non-GUI Mode</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <p>To run JMeter without the GUI, invoke the 
nongui.bat/nongui.sh files from the
   command line, with the -o option (-o [name of *.jmx file that describes entire test 
script]).<br />
  -<b>eg:</b> nongui -o my_test.jmx -h [proxy server] -p [proxy port]
  -</p>
  +<b>eg:</b> nongui -o my_test.jmx -h [proxy server] -p [proxy port]</p>
                               </blockquote>
           </p>
         </td></tr>
  
  
  
  1.5       +133 -114  jakarta-jmeter/docs/usermanual/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html        20 Feb 2002 02:51:42 -0000      1.4
  +++ index.html        20 Feb 2002 14:35:23 -0000      1.5
  @@ -55,31 +55,41 @@
                   </ul>
               <p><strong>User Manual</strong></p>
           <ul>
  -                    <li>    <a href="../user_manual/index.html">Overview</a>
  +                    <li>    <a href="../usermanual/index.html">Table of Contents</a>
   </li>
  -                    <li>    <a 
href="../user_manual/threadgroups.html">ThreadGroups</a>
  +                    <li>    <a href="../usermanual/intro.html">Introduction</a>
   </li>
  -                    <li>    <a href="../user_manual/test_samples.html">Generative 
Controls</a>
  +                    <li>    <a href="../usermanual/get-started.html">Getting 
Started</a>
   </li>
  -                    <li>    <a 
href="../user_manual/logical_controllers.html">Logical Controls</a>
  +                    <li>    <a href="../usermanual/build-test-plan.html">Building a 
Test Plan</a>
   </li>
  -                    <li>    <a 
href="../user_manual/visualizers.html">Visualizers</a>
  +                    <li>    <a href="../usermanual/thread-group.html">Test Plan - 
Thread Group</a>
   </li>
  -                    <li>    <a href="../user_manual/timers.html">Timers</a>
  +                    <li>    <a href="../usermanual/controller.html">Test Plan - 
Controllers</a>
   </li>
  -                    <li>    <a href="../user_manual/assertions.html">Assertions</a>
  +                    <li>    <a href="../usermanual/listener.html">Test Plan - 
Listeners</a>
   </li>
  -                    <li>    <a href="../user_manual/running.html">Running a Test</a>
  +                    <li>    <a href="../usermanual/timer.html">Test Plan - 
Timers</a>
   </li>
  -                    <li>    <a href="../user_manual/saving.html">Saving/Loading</a>
  +                    <li>    <a href="../usermanual/assertion.html">Test Plan - 
Assertions</a>
   </li>
  -                    <li>    <a href="../user_manual/rmi.html">Distributed JMeter</a>
  +                    <li>    <a href="../usermanual/ftp-config.html">Test Plan - FTP 
Config</a>
   </li>
  -                    <li>    <a href="../user_manual/proxy_server.html">Recording 
Browser Activity</a>
  +                    <li>    <a href="../usermanual/http-config.html">Test Plan - 
HTTP Config</a>
   </li>
  -                    <li>    <a href="../user_manual/ready_components.html">Built-in 
Components</a>
  +                    <li>    <a href="../usermanual/jdbc-config.html">Test Plan - 
JDBC Config</a>
   </li>
  -                    <li>    <a href="../user_manual/sslmanager.html">Using the SSL 
Manager</a>
  +                    <li>    <a 
href="../usermanual/build-web-test-plan.html">Building a Web Test Plan</a>
  +</li>
  +                    <li>    <a 
href="../usermanual/build-adv-web-test-plan.html">Building an Adv. Web Test Plan</a>
  +</li>
  +                    <li>    <a 
href="../usermanual/build-db-test-plan.html">Building a Database Test Plan</a>
  +</li>
  +                    <li>    <a 
href="../usermanual/build-ftp-test-plan.html">Building a FTP Test Plan</a>
  +</li>
  +                    <li>    <a href="../usermanual/remote-test.html">Remote 
Testing</a>
  +</li>
  +                    <li>    <a href="../usermanual/best-practices.html">Best 
Practices</a>
   </li>
                   </ul>
               <p><strong>Community</strong></p>
  @@ -96,131 +106,140 @@
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="User's Manual"><strong>User's Manual</strong></a>
  +          <a name="$section.getAttributeValue("anchor")"><strong>User's 
Manual</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <ul>
     <li><a href="intro.html">1. Introduction</a></li>
  -  <ul>
  -      <li><a href="intro.html#history">1.1 History</a></li>
  -      <li><a href="intro.html#future">1.2 The Future</a></li>
  -  </ul>
     <li><a href="get-started.html">2. Getting Started</a></li>
     <ul>
  -      <li><a href="get-started.html#requirements">2.1 Requirements</a></li>
  -      <ul>
  -             <li><a href="get-started.html#java_versions">2.1.1 Java Versions<!--: 
JDK1.2 and higher (has not been tested w/JDK 1.4)--></a></li>
  -             <li><a href="get-started.html#os">2.1.2 Operating Systems<!--: any 
(has been tested on Windows 98, ...)--></a></li>
  -             <li><a href="get-started.html#jdbc">2.1.3 JDBC Driver (for testing 
databases)</a></li>
  -             <li><a href="get-started.html#xml">2.1.4 SAX XML Parser</a></li>
  -             <li><a href="get-started.html#ssl">2.1.5 SSL Encryption 
Support</a></li>
  -             <li><a href="get-started.html#mail">2.1.6 Email Support</a></li>
  -      </ul>
  -      <li><a href="get-started.html#install">2.2 Installation<!--(includes 
configuration)--></a></li>
  -      <ul>
  -             <li><a href="get-started.html#download_latest">2.2.1 Downloading the 
Latest Release</a></li>
  -             <li><a href="get-started.html#download_nightly">2.2.2 Downloading 
Nightly Builds<!-- (include build instructions)--></a></li>
  -      </ul>
  -      <li><a href="get-started.html#run">2.3 Running JMeter</a></li>
  -      <ul>
  -             <li><a href="get-started.html#classpath">2.3.1 JMeter's 
Classpath</a></li>
  -             <li><a href="get-started.html#proxy_server">2.3.2 Using a Proxy 
Server</a></li>
  -             <li><a href="get-started.html#cl_only">2.3.4 Non-GUI Mode</a></li>
  -     </ul>
  +    <li><a href="get-started.html#requirements">2.1 Requirements</a></li>
  +    <ul>
  +      <li><a href="get-started.html#java_versions">2.1.1 Java Version</a></li>
  +      <li><a href="get-started.html#os">2.1.2 Operating Systems<!--: any (has been 
tested on Windows 98, ...)--></a></li>
  +    </ul>
  +    <li><a href="get-started.html#optional">2.2 Optional</a></li>
  +    <ul>
  +      <li><a href="get-started.html#opt_compiler">2.2.1 Java Compiler</a></li>
  +      <li><a href="get-started.html#opt_sax">2.2.2 SAX XML Parser</a></li>
  +      <li><a href="get-started.html#opt_email">2.2.3 Email Support</a></li>
  +      <li><a href="get-started.html#opt_ssl">2.2.4 SSL Encryption</a></li>
  +      <li><a href="get-started.html#opt_jdbc">2.2.5 JDBC Driver</a></li>
  +    </ul>
  +    <li><a href="get-started.html#install">2.3 Installation</a></li>
  +    <ul>
  +      <li><a href="get-started.html#download_release">2.3.1 Downloading the Latest 
Release</a></li>
  +      <li><a href="get-started.html#download_nightly">2.3.2 Downloading Nightly 
Builds</a></li>
  +    </ul>
  +    <li><a href="get-started.html#running">2.4 Running JMeter</a></li>
  +    <ul>
  +      <li><a href="get-started.html#classpath">2.4.1 JMeter's Classpath</a></li>
  +      <li><a href="get-started.html#proxy_server">2.4.2 Using a Proxy 
Server</a></li>
  +      <li><a href="get-started.html#non_gui">2.4.3 Non-GUI Mode</a></li>
  +    </ul>
     </ul>
     <li><a href="build-test-plan.html">3. Building a Test Plan</a></li>
     <ul>
  -      <li><a href="build-test-plan.html#add_remove">3.1 Adding and Removing 
Elements</a></li>
  -      <li><a href="build-test-plan.html#load_save">3.2 Loading and Saving 
Elements</a></li>
  -      <li><a href="build-test-plan.html#run">3.3 Running a Test Plan</a></li>
  +    <li><a href="build-test-plan.html#add_remove">3.1 Adding and Removing 
Elements</a></li>
  +    <li><a href="build-test-plan.html#load_save">3.2 Loading and Saving 
Elements</a></li>
  +    <li><a href="build-test-plan.html#run">3.3 Running a Test Plan</a></li>
     </ul>
     <li><a href="elements-test-plan.html">4. Elements of a Test Plan</a></li>
     <ul>
  -      <li><a href="thread-group.html">4.1 Thread Group</a></li>
  -      <li><a href="controller.html">4.2 Controllers</a></li>
  -      <ul>
  -             <li><a href="gen-controller.html">4.2.1 Generative Controllers</a></li>
  -             <ul>
  -               <li><a href="gen-controller.html#ftp_request">4.2.1.1 FTP 
Request</a></li>
  -               <li><a href="gen-controller.html#http_request">4.2.1.2 HTTP 
Request</a></li>
  -               <li><a href="gen-controller.html#jdbc_request">4.2.1.3 JDBC 
Request</a></li>
  -             </ul>
  -             <li><a href="logic-controller.html">4.2.2 Logic Controllers</a></li>
  -             <ul>
  -               <li><a href="logic-controller.html#interleave">4.2.2.1 Interleave 
Controller</a></li>
  -               <li><a href="logic-controller.html#loop">4.2.2.2 Loop 
Controller</a></li>
  -               <li><a href="logic-controller.html#mod_manager">4.2.2.3 Modification 
Manager</a></li>
  -               <li><a href="logic-controller.html#once_only">4.2.2.4 Once Only 
Controller</a></li>
  -               <li><a href="logic-controller.html#simple">4.2.2.5 Simple 
Controller</a></li>
  -             </ul>
  -      </ul>
  -      <li><a href="listener.html">4.3 Reporters</a></li>
  -      <ul>
  -               <li><a href="listener.html#view_graph_tree">4.3.1 View Graph 
Tree</a></li>
  -               <li><a href="listener.html#graph_full_results">4.3.2 Graph Full 
Results</a></li>
  -               <li><a href="listener.html#graph_results">4.3.3 Graph 
Results</a></li>
  -               <li><a href="listener.html#spline">4.3.4 Spline Visualizer</a></li>
  -               <li><a href="listener.html#assertion_results">4.3.5 Assertion 
Results</a></li>
  -               <li><a href="listener.html#file_reporter">4.3.6 File 
Reporter</a></li>
  -               <li><a href="listener.html#view_results">4.3.7 View Results</a></li>
  -               <li><a href="listener.html#view_results_tree">4.3.8 View Result 
Tree</a></li>
  -      </ul>
  -      <li><a href="timer.html">4.4 Timers</a></li>
  -      <ul>
  -             <li><a href="timer.html#constant">4.4.1 Constant Timer</a></li>
  -             <li><a href="timer.html#gaussian">4.4.2 Gaussian Random Timer</a></li>
  -             <li><a href="timer.html#uniform">4.4.3 Uniform Random Timer</a></li>
  -      </ul>
  -
  -      <li><a href="assertion.html">4.5 Assertions</a></li>
  -
  -      <li><a href="ftp-config.html">4.6 FTP Configuration Elements</a></li>
  -      <ul>
  -             <li><a href="ftp-config.html#request_defaults">4.6.1 FTP Request 
Defaults</a></li>
  -      </ul>
  -
  -      <li><a href="http-config.html">4.7 HTTP Configuration Elements</a></li>
  -      <ul>
  -             <li><a href="http-config.html#auth_manager">4.7.1 HTTP Authorization 
Manager</a></li>
  -             <li><a href="http-config.html#cookie_manager">4.7.2 HTTP Cookie 
Manager</a></li>
  -             <li><a href="http-config.html#header_manager">4.7.3 HTTP Header 
Manager</a></li>
  -             <li><a href="http-config.html#proxy_server">4.7.4 HTTP Proxy 
Server</a></li>
  -             <li><a href="http-config.html#request_defaults">4.7.5 HTTP Request 
Defaults</a></li>
  -      </ul>
  -
  -      <li><a href="jdbc-config.html">4.8 JDBC Configuration Elements</a></li>
  -      <ul>
  -             <li><a href="jdbc-config.html#conn_pool">4.8.1 JDBC Database 
Connection Pool Defaults</a></li>
  -             <li><a href="jdbc-config.html#login">4.8.2 JDBC Database Login 
Defaults</a></li>
  -             <li><a href="jdbc-config.html#sql_query">4.8.3 JDBC SQL Query 
Defaults</a></li>
  -      </ul>
  +    <li><a href="thread-group.html">4.1 Thread Group</a></li>
  +    <li><a href="controller.html">4.2 Controllers</a></li>
  +    <ul>
  +      <li><a href="gen-controller.html">4.2.1 Generative Controllers</a></li>
  +      <ul>
  +        <li><a href="gen-controller.html#ftp_request">4.2.1.1 FTP Request</a></li>
  +        <li><a href="gen-controller.html#http_request">4.2.1.2 HTTP Request</a></li>
  +        <li><a href="gen-controller.html#jdbc_request">4.2.1.3 JDBC Request</a></li>
  +      </ul>
  +      <li><a href="logic-controller.html">4.2.2 Logic Controllers</a></li>
  +      <ul>
  +        <li><a href="logic-controller.html#interleave">4.2.2.1 Interleave 
Controller</a></li>
  +        <li><a href="logic-controller.html#loop">4.2.2.2 Loop Controller</a></li>
  +        <li><a href="logic-controller.html#mod_manager">4.2.2.3 Modification 
Manager</a></li>
  +        <li><a href="logic-controller.html#once_only">4.2.2.4 Once Only 
Controller</a></li>
  +        <li><a href="logic-controller.html#simple">4.2.2.5 Simple 
Controller</a></li>
  +      </ul>
  +    </ul>
  +    <li><a href="listener.html">4.3 Listeners</a></li>
  +    <ul>
  +      <li><a href="listener.html#graph">4.3.1 Graphs</a></li>
  +      <ul>
  +        <li><a href="listener.html#view_graph_tree">4.3.1.1 View Graph Tree</a></li>
  +        <li><a href="listener.html#graph_full_results">4.3.1.2 Graph Full 
Results</a></li>
  +        <li><a href="listener.html#graph_results">4.3.1.3 Graph Results</a></li>
  +        <li><a href="listener.html#spline">4.3.1.4 Spline Visualizer</a></li>
  +      </ul>
  +      <li><a href="listener.html#managers">4.3.2 Managers</a></li>
  +      <ul>
  +        <li><a href="listener.html#mod_manager">4.3.2.1 Modification 
Manager</a></li>
  +      </ul>
  +      <li><a href="listener.html#misc">4.3.3 Miscellaneous</a></li>
  +      <ul>
  +        <li><a href="listener.html#assertion_results">4.3.3.1 Assertion 
Results</a></li>
  +        <li><a href="listener.html#file_reporter">4.3.3.2 File Reporter</a></li>
  +        <li><a href="listener.html#view_results">4.3.3.3 View Results</a></li>
  +        <li><a href="listener.html#view_results_tree">4.3.3.4 View Result 
Tree</a></li>
  +      </ul>
  +    </ul>
  +    <li><a href="timer.html">4.4 Timers</a></li>
  +    <ul>
  +      <li><a href="timer.html#constant">4.4.1 Constant Timer</a></li>
  +      <li><a href="timer.html#gaussian">4.4.2 Gaussian Random Timer</a></li>
  +      <li><a href="timer.html#uniform">4.4.3 Uniform Random Timer</a></li>
  +    </ul>
  +
  +    <li><a href="assertion.html">4.5 Assertions</a></li>
  +
  +    <li><a href="ftp-config.html">4.6 FTP Configuration Elements</a></li>
  +    <ul>
  +      <li><a href="ftp-config.html#request_defaults">4.6.1 FTP Request 
Defaults</a></li>
  +    </ul>
  +
  +    <li><a href="http-config.html">4.7 HTTP Configuration Elements</a></li>
  +    <ul>
  +      <li><a href="http-config.html#auth_manager">4.7.1 HTTP Authorization 
Manager</a></li>
  +      <li><a href="http-config.html#cookie_manager">4.7.2 HTTP Cookie 
Manager</a></li>
  +      <li><a href="http-config.html#header_manager">4.7.3 HTTP Header 
Manager</a></li>
  +      <li><a href="http-config.html#proxy_server">4.7.4 HTTP Proxy Server</a></li>
  +      <li><a href="http-config.html#request_defaults">4.7.5 HTTP Request 
Defaults</a></li>
  +    </ul>
  +
  +    <li><a href="jdbc-config.html">4.8 JDBC Configuration Elements</a></li>
  +    <ul>
  +      <li><a href="jdbc-config.html#conn_pool">4.8.1 JDBC Database Connection Pool 
Defaults</a></li>
  +      <li><a href="jdbc-config.html#login">4.8.2 JDBC Database Login 
Defaults</a></li>
  +      <li><a href="jdbc-config.html#sql_query">4.8.3 JDBC SQL Query 
Defaults</a></li>
  +    </ul>
     </ul>
   
     <li><a href="build-web-test-plan.html">5. Building a Web Test Plan</a></li>
  -      <ul>
  -             <li><a href="build-web-test-plan.htm#adding_users">5.1 Adding 
Users</a></li>
  -             <li><a href="build-web-test-plan.html#adding_defaults">5.2 Adding 
Default HTTP Request Properties</a></li>
  -             <li><a href="build-web-test-plan.html#adding_requests">5.3 Adding HTTP 
Requests</a></li>
  -             <li><a href="build-web-test-plan.html#adding_file_reporter">5.4 Adding 
a File Reporter to Store the Test Results</a></li>
  -             <li><a href="build-web-test-plan.html#saving">5.5 Saving the Test 
Plan</a></li>
  -             <li><a href="build-web-test-plan.html#running">5.6 Running the Test 
Plan</a></li>
  -      </ul>
  +    <ul>
  +      <li><a href="build-web-test-plan.htm#adding_users">5.1 Adding Users</a></li>
  +      <li><a href="build-web-test-plan.html#adding_defaults">5.2 Adding Default 
HTTP Request Properties</a></li>
  +      <li><a href="build-web-test-plan.html#adding_requests">5.3 Adding HTTP 
Requests</a></li>
  +      <li><a href="build-web-test-plan.html#adding_file_reporter">5.4 Adding a File 
Reporter to Store the Test Results</a></li>
  +      <li><a href="build-web-test-plan.html#saving">5.5 Saving the Test 
Plan</a></li>
  +      <li><a href="build-web-test-plan.html#running">5.6 Running the Test 
Plan</a></li>
  +    </ul>
   
     <li><a href="build-adv-web-test-plan.html">6. Building an Advanced Web Test 
Plan</a></li>
     <li><a href="build-db-test-plan.html">7. Building a Database Test Plan</a></li>
     <li><a href="build-ftp-test-plan.html">8. Building a FTP Test Plan</a></li>
     <li><a href="remote-test.html">9. Remote Testing</a></li>
  -  <li><a href="configuring_jmeter.html">10. Configuring JMeter</a></li>
  -  <li><a href="best-practices.html">11. Best Practices</a></li>
  +  <li><a href="best-practices.html">10. Best Practices</a></li>
     <ul>
  -      <li><a href="best-practices.html#limit_threads">11.1 [ALL] Limit the Number 
of Threads</a></li>
  -      <li><a href="best-practices.html#put_cookie_manager">11.2 [HTTP] Where to Put 
the Cookie Manager</a></li>
  -      <li><a href="best-practices.html#put_auth_manager">11.3 [HTTP] Where to Put 
the Authorization Manager</a></li>
  +    <li><a href="best-practices.html#limit_threads">10.1 [ALL] Limit the Number of 
Threads</a></li>
  +    <li><a href="best-practices.html#put_cookie_manager">10.2 [HTTP] Where to Put 
the Cookie Manager</a></li>
  +    <li><a href="best-practices.html#put_auth_manager">10.3 [HTTP] Where to Put the 
Authorization Manager</a></li>
     </ul>
  -  <li><a href="boss.html">12. Help! My boss wants me to load test our web 
app!</a></li>
  -  <li><a href="glossary.html">13. Glossary</a></li>
  +  <li><a href="boss.html">11. Help! My boss wants me to load test our web 
app!</a></li>
  +  <li><a href="glossary.html">12. Glossary</a></li>
   </ul>
                               </blockquote>
           </p>
  
  
  

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

Reply via email to