mstover1 2003/06/11 08:49:30
Modified: docs/usermanual build-adv-web-test-plan.html
get-started.html
xdocs/stylesheets site_printable.vsl
xdocs/usermanual best-practices.xml boss.xml
build-adv-web-test-plan.xml build-db-test-plan.xml
build-ftp-test-plan.xml build-ldap-test-plan.xml
build-test-plan.xml build-web-test-plan.xml
component_reference.xml functions.xml
get-started.xml glossary.xml index.xml intro.xml
remote-test.xml test_plan.xml
Log:
Doc updates (Adding next/previous to usermanual pages)
Revision Changes Path
1.27 +1 -1 jakarta-jmeter/docs/usermanual/build-adv-web-test-plan.html
Index: build-adv-web-test-plan.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/build-adv-web-test-plan.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build-adv-web-test-plan.html 11 Jun 2003 15:38:30 -0000 1.26
+++ build-adv-web-test-plan.html 11 Jun 2003 15:49:27 -0000 1.27
@@ -127,7 +127,7 @@
<p >
To respond correctly
to URL rewriting, JMeter needs to parse the HTML
received from the server and retrieve the unique session ID. Use the appropriate
-
<a href="../usermanual/component_reference.html#URL_Rewriting_Modifier">URL
Rewriting Modifier</a>
+
<a
href="../usermanual/component_reference.html#HTTP_URL_Rewriting_Modifier">HTTP URL
Rewriting Modifier</a>
to accomplish this. Simply enter the name of your session ID parameter into the
modifier, and it
will find it and add it to each request. If the request already has a value, it
will be replaced.
1.33 +8 -4 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.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- get-started.html 11 Jun 2003 15:38:31 -0000 1.32
+++ get-started.html 11 Jun 2003 15:49:29 -0000 1.33
@@ -157,7 +157,7 @@
<table
border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="java_ver"><strong>2.1.1 Java Version</strong></a>
+ <a name="java_versions"><strong>2.1.1 Java
Version</strong></a>
</font>
</td></tr>
<tr><td>
@@ -189,7 +189,8 @@
<blockquote>
<p >
JMeter has been tested
and works under Unix (Solaris, Linux, etc) and Windows (98,
-NT, 2000). JMeter is a 100% Java application and should run correctly on any system
+NT, 2000, XP). Also works on OpenVMS.
+JMeter is a 100% Java application and should run correctly on any system
that has a compliant Java implementation.
</p>
</blockquote>
@@ -431,6 +432,9 @@
then you should jar them and copy the jar into JMeter's /lib/ext directory. JMeter
will
automatically find JMeter components in any jars found here.
</p>
+
<p >
+ You can also install
utility Jar files in $JAVA_HOME/jre/lib/ext
+ </p>
</blockquote>
</td></tr>
<tr><td><br></td></tr>
@@ -495,7 +499,7 @@
-t [name of JMX file
that contains the Test Plan].
</p>
<p >
- -l [name of JTL file
to log sample results to.
+ -l [name of JTL file
to log sample results to].
</p>
<p >
The script also lets
you specify the optional firewall/proxy server information:
@@ -669,7 +673,7 @@
JMeter's menus. As JMeter has more and more components added, you may wish to
customize your JMeter to show only those components you are interested in.
You may list their classname or their class label (the string that appears
- in JMeter's UI) here, and they will no longer appear in the menu's.
+ in JMeter's UI) here, and they will no longer appear in the menus.
</td>
<td>
No
1.5 +49 -5 jakarta-jmeter/xdocs/stylesheets/site_printable.vsl
Index: site_printable.vsl
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/site_printable.vsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- site_printable.vsl 11 Jun 2003 15:38:33 -0000 1.4
+++ site_printable.vsl 11 Jun 2003 15:49:30 -0000 1.5
@@ -288,6 +288,26 @@
</table>
#end
+#macro (pagelinks)
+ #if (($next != "") || ($prev != ""))
+ <table>
+ <td bgcolor="$bannerbg">
+ <div align="right"><a href="index.html"><font size=-1 color="$bannerfg"
face="arial,helvetica,sanserif">Index</font></a></div>
+ </td>
+ #if ($next != "")
+ <td bgcolor="$bannerbg">
+ <div align="right"><a href="$next"><font size=-1 color="$bannerfg"
face="arial,helvetica,sanserif">Next</font></a></div>
+ </td>
+ #end
+ #if ($prev != "")
+ <td bgcolor="$bannerbg">
+ <div align="right"><a href="$prev"><font size=-1 color="$bannerfg"
face="arial,helvetica,sanserif">Prev</font></a></div>
+ </td>
+ #end
+ </table>
+ #end
+#end
+
#macro ( section $section)
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$bannerbg">
@@ -369,6 +389,9 @@
#foreach ( $au in $authors )
#metaauthor ( $au.getText()
$au.getAttributeValue("email") )
#end
+ #set ($next = $root.getAttributeValue("next"))
+ #set ($prev = $root.getAttributeValue("prev"))
+ #set ($updated = $root.getAttributeValue("date"))
<title>$project.getChild("title").getText() -
$root.getChild("properties").getChild("title").getText()</title>
</head>
@@ -387,6 +410,8 @@
<tr>
<td align="left" valign="top">
+ #pagelinks()
+ <br/>
#if
($root.getAttributeValue("index") == "yes")
#makeIndex($root.getChild("body").getChildren("section"))
#end
@@ -400,11 +425,30 @@
<tr><td>
<hr noshade="" size="1"/>
</td></tr>
- <tr><td>
- <div align="center"><font
color="$bodylink" size="-1"><em>
- Copyright © 1999-2001, Apache
Software Foundation
- </em></font></div>
- </td></tr>
+ <tr>
+ <td>
+ <table width=100%>
+ <tr>
+ #if ($updated != "")
+ <td>
+ #else
+ <td align="center">
+ #end
+ <font color="$bodylink"
size="-1"><em>
+ Copyright © 1999-2003, Apache
Software Foundation
+ </em></font>
+ </td>
+ #if ($updated != "")
+ <td align="right">
+ <font color="$bodylink" size="-1"><em>
+ Updated: $updated
+ </em></font>
+ </td>
+ #end
+ </tr>
+ </table>
+ </td>
+ </tr>
</table>
</body>
</html>
1.5 +1 -1 jakarta-jmeter/xdocs/usermanual/best-practices.xml
Index: best-practices.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/best-practices.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- best-practices.xml 7 Mar 2002 14:19:09 -0000 1.4
+++ best-practices.xml 11 Jun 2003 15:49:30 -0000 1.5
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="remote-test.html" next="boss.html" date="$Date$">
<properties>
<title>User's Manual: Best Practices</title>
1.6 +1 -1 jakarta-jmeter/xdocs/usermanual/boss.xml
Index: boss.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/boss.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boss.xml 26 Jun 2002 00:59:49 -0000 1.5
+++ boss.xml 11 Jun 2003 15:49:30 -0000 1.6
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="best-practices.html" next="component_reference.html" date="$Date$">
<properties>
<author email="[EMAIL PROTECTED]">Martin Ramshaw</author>
1.6 +2 -2 jakarta-jmeter/xdocs/usermanual/build-adv-web-test-plan.xml
Index: build-adv-web-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-adv-web-test-plan.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build-adv-web-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.5
+++ build-adv-web-test-plan.xml 11 Jun 2003 15:49:30 -0000 1.6
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="build-web-test-plan.html" next="build-db-test-plan.html"
date="$Date$">
<properties>
<title>User's Manual: Building an Advanced Web Test Plan</title>
@@ -18,7 +18,7 @@
<p>If your web application uses URL rewriting rather than cookies to save session
information,
then you'll need to do a bit of extra work to test your site.</p>
<p>To respond correctly to URL rewriting, JMeter needs to parse the HTML
-received from the server and retrieve the unique session ID. Use the appropriate
<complink name="URL Rewriting Modifier"/>
+received from the server and retrieve the unique session ID. Use the appropriate
<complink name="HTTP URL Rewriting Modifier"/>
to accomplish this. Simply enter the name of your session ID parameter into the
modifier, and it
will find it and add it to each request. If the request already has a value, it
will be replaced.</p>
1.5 +1 -1 jakarta-jmeter/xdocs/usermanual/build-db-test-plan.xml
Index: build-db-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-db-test-plan.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build-db-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.4
+++ build-db-test-plan.xml 11 Jun 2003 15:49:30 -0000 1.5
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="build-adv-web-test-plan.html" next="build-ftp-test-plan.html"
date="$Date$">
<properties>
<author email="[EMAIL PROTECTED]">Martin Ramshaw</author>
1.6 +1 -1 jakarta-jmeter/xdocs/usermanual/build-ftp-test-plan.xml
Index: build-ftp-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-ftp-test-plan.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build-ftp-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.5
+++ build-ftp-test-plan.xml 11 Jun 2003 15:49:30 -0000 1.6
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="build-db-test-plan.html" next="build-ldap-test-plan.html"
date="$Date$">
<properties>
<author email="[EMAIL PROTECTED]">Martin Ramshaw</author>
1.2 +1 -1 jakarta-jmeter/xdocs/usermanual/build-ldap-test-plan.xml
Index: build-ldap-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-ldap-test-plan.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-ldap-test-plan.xml 4 Jun 2003 14:31:45 -0000 1.1
+++ build-ldap-test-plan.xml 11 Jun 2003 15:49:30 -0000 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="build-ftp-test-plan.html" next="remote-test.html" date="$Date$">
<properties>
<title>User's Manual: Building an LDAP Test Plan</title>
1.8 +1 -1 jakarta-jmeter/xdocs/usermanual/build-test-plan.xml
Index: build-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-test-plan.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build-test-plan.xml 29 Dec 2002 14:27:21 -0000 1.7
+++ build-test-plan.xml 11 Jun 2003 15:49:30 -0000 1.8
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="get-started.html" next="test_plan.html" date="$Date$">
<properties>
<title>User's Manual: Building a Test Plan</title>
1.15 +1 -1 jakarta-jmeter/xdocs/usermanual/build-web-test-plan.xml
Index: build-web-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-web-test-plan.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build-web-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.14
+++ build-web-test-plan.xml 11 Jun 2003 15:49:30 -0000 1.15
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="test_plan.html" next="build-adv-web-test-plan.html" date="$Date$">
<properties>
<title>User's Manual: Building a Web Test Plan</title>
1.42 +1 -1 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.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- component_reference.xml 11 Jun 2003 15:38:33 -0000 1.41
+++ component_reference.xml 11 Jun 2003 15:49:30 -0000 1.42
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document index="yes">
+<document index="yes" prev="boss.html" next="functions.html" date="$Date$">
<properties>
<title>User's Manual: Component Reference</title>
1.3 +1 -1 jakarta-jmeter/xdocs/usermanual/functions.xml
Index: functions.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/functions.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- functions.xml 9 Aug 2002 19:08:55 -0000 1.2
+++ functions.xml 11 Jun 2003 15:49:30 -0000 1.3
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="component_reference.html" next="glossary.html" date="$Date$">
<properties>
<title>User's Manual: Introduction</title>
1.17 +7 -5 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- get-started.xml 11 Jun 2003 14:48:49 -0000 1.16
+++ get-started.xml 11 Jun 2003 15:49:30 -0000 1.17
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="intro.html" next="build-test-plan.html" date="$Date$">
<properties>
<title>User's Manual: Getting Started</title>
@@ -28,7 +28,7 @@
<section name="2.1 Requirements" anchor="requirements">
<p>JMeter requires your computing environment meets some minimum requirements.</p>
-<subsection name="2.1.1 Java Version" anchor="java_ver">
+<subsection name="2.1.1 Java Version" anchor="java_versions">
<p>JMeter version 1.8 requires a fully compliant JDK1.4 or higher.</p>
<p>JMeter 1.8.1 and 1.9 requires a fully compliant JDK1.3 or higher. This may seem
odd, but we are making a strong effort
currently to be compatible with the 1.3 JDK's, though it is expected JMeter
performs best with 1.4 or better. Because JMeter uses only
@@ -39,7 +39,8 @@
<subsection name="2.1.2 Operating Systems" anchor="os">
<p>JMeter has been tested and works under Unix (Solaris, Linux, etc) and Windows
(98,
-NT, 2000). JMeter is a 100% Java application and should run correctly on any system
+NT, 2000, XP). Also works on OpenVMS.
+JMeter is a 100% Java application and should run correctly on any system
that has a compliant Java implementation.</p>
</subsection>
</section>
@@ -108,6 +109,7 @@
you must copy them to JMeter's "lib" directory. If you have developed new JMeter
specific components,
then you should jar them and copy the jar into JMeter's /lib/ext directory. JMeter
will
automatically find JMeter components in any jars found here.</p>
+<p>You can also install utility Jar files in $JAVA_HOME/jre/lib/ext</p>
</subsection>
<subsection name="2.4.2 Using a Proxy Server" anchor="proxy_server">
@@ -127,7 +129,7 @@
the following command options</p>
<p>-n This specifies JMeter is to run in non-gui mode</p>
<p>-t [name of JMX file that contains the Test Plan].</p>
-<p>-l [name of JTL file to log sample results to.</p>
+<p>-l [name of JTL file to log sample results to].</p>
<p>The script also lets you specify the optional firewall/proxy server
information:</p>
<p>-H [proxy server hostname or ip address]<br/>
-P [proxy server port]</p>
@@ -179,7 +181,7 @@
JMeter's menus. As JMeter has more and more components added, you may wish to
customize your JMeter to show only those components you are interested in.
You may list their classname or their class label (the string that appears
- in JMeter's UI) here, and they will no longer appear in the menu's.</property>
+ in JMeter's UI) here, and they will no longer appear in the menus.</property>
</properties>
</section>
1.5 +1 -1 jakarta-jmeter/xdocs/usermanual/glossary.xml
Index: glossary.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/glossary.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glossary.xml 13 Jul 2002 03:17:49 -0000 1.4
+++ glossary.xml 11 Jun 2003 15:49:30 -0000 1.5
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="functions.html" date="$Date$">
<properties>
<title>User's Manual: Glossary</title>
1.26 +1 -1 jakarta-jmeter/xdocs/usermanual/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/index.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- index.xml 11 Jun 2003 14:48:49 -0000 1.25
+++ index.xml 11 Jun 2003 15:49:30 -0000 1.26
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document next="intro.html" date="$Date$">
<properties>
<title>User's Manual</title>
</properties>
1.8 +1 -1 jakarta-jmeter/xdocs/usermanual/intro.xml
Index: intro.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/intro.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- intro.xml 2 Mar 2002 19:32:12 -0000 1.7
+++ intro.xml 11 Jun 2003 15:49:30 -0000 1.8
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document next="get-started.html" date="$Date$">
<properties>
<title>User's Manual: Introduction</title>
1.10 +1 -1 jakarta-jmeter/xdocs/usermanual/remote-test.xml
Index: remote-test.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/remote-test.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- remote-test.xml 29 Jan 2003 16:02:47 -0000 1.9
+++ remote-test.xml 11 Jun 2003 15:49:30 -0000 1.10
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="build-ldap-test-plan.html" next="best-practices.html" date="$Date$">
<properties>
<title>User's Manual: Remote Testing</title>
1.9 +1 -1 jakarta-jmeter/xdocs/usermanual/test_plan.xml
Index: test_plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/test_plan.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- test_plan.xml 30 Jan 2003 00:35:46 -0000 1.8
+++ test_plan.xml 11 Jun 2003 15:49:30 -0000 1.9
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<document>
+<document prev="build-test-plan.html" next="build-web-test-plan.html" date="$Date$">
<properties>
<title>User's Manual: Thread Group</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]