khammond 02/02/20 06:29:03 Modified: xdocs/usermanual get-started.xml Log: Fixed numbering problem. Revision Changes Path 1.5 +7 -7 jakarta-jmeter/xdocs/usermanual/get-started.xml Index: get-started.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/get-started.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- get-started.xml 20 Feb 2002 14:21:27 -0000 1.4 +++ get-started.xml 20 Feb 2002 14:29:03 -0000 1.5 @@ -73,18 +73,18 @@ </section> -<section name="2.2 Installation" anchor="install"> +<section name="2.3 Installation" anchor="install"> <p>Blah, blah, blah.</p> </section> -<section name="2.2.1 Downloading the Latest Release" anchor="download_release"> +<section name="2.3.1 Downloading the Latest Release" anchor="download_release"> <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> </section> -<section name="2.2.2 Downloading Nightly Builds" anchor="download_nightly"> +<section name="2.3.2 Downloading Nightly Builds" anchor="download_nightly"> <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 @@ -93,7 +93,7 @@ install correctly.</p> </section> -<section name="2.3 Running JMeter" anchor="running"> +<section name="2.4 Running JMeter" anchor="running"> <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 @@ -102,14 +102,14 @@ jar files found in JMeter's lib/ directory in JMeter's classpath.</p> </section> -<section name="2.3.1 JMeter's Classpath" anchor="classpath"> +<section name="2.4.1 JMeter's Classpath" anchor="classpath"> <p>The jmeter.bat/jmeter file automatically adds all jar files found in JMeter's lib/ directory. Because of this, if you need to add your own or third party jar files to JMeter's classpath, it is only required that you copy them into JMeter's lib/ directory. </p> </section> -<section name="2.3.2 Using a Proxy Server" anchor="proxy_server"> +<section name="2.4.2 Using a Proxy Server" anchor="proxy_server"> <p>If you are testing a system behind a firewall, you may need to tell JMeter to use a proxy server. To do so, use the jmeter.bat/jmeter file from a command line to start JMeter, and include two options:<br/> @@ -119,7 +119,7 @@ </p> </section> -<section name="2.3.3 Non-GUI Mode" anchor="non_gui"> +<section name="2.4.3 Non-GUI Mode" anchor="non_gui"> <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>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
