[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ecs-dev
Subject:    svn commit: r1152618 [1/4] - in /jakarta/jmeter/trunk: docs/ docs/css/
From:       milamber () apache ! org
Date:       2011-07-31 19:18:58
Message-ID: 20110731191900.C359A23888BD () eris ! apache ! org
[Download RAW message or body]

Author: milamber
Date: Sun Jul 31 19:18:54 2011
New Revision: 1152618

URL: http://svn.apache.org/viewvc?rev=1152618&view=rev
Log:
Prepare next release 2.5: update docs tree and overview

Added:
    jakarta/jmeter/trunk/docs/issues.html   (with props)
Modified:
    jakarta/jmeter/trunk/docs/building.html
    jakarta/jmeter/trunk/docs/changes.html
    jakarta/jmeter/trunk/docs/changes_history.html
    jakarta/jmeter/trunk/docs/css/style.css
    jakarta/jmeter/trunk/docs/index.html
    jakarta/jmeter/trunk/docs/jmeter_irc.html
    jakarta/jmeter/trunk/docs/localising/index.html
    jakarta/jmeter/trunk/docs/nightly.html
    jakarta/jmeter/trunk/docs/usermanual/best-practices.html
    jakarta/jmeter/trunk/docs/usermanual/boss.html
    jakarta/jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-db-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-ftp-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-monitor-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-web-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/build-ws-test-plan.html
    jakarta/jmeter/trunk/docs/usermanual/component_reference.html
    jakarta/jmeter/trunk/docs/usermanual/functions.html
    jakarta/jmeter/trunk/docs/usermanual/get-started.html
    jakarta/jmeter/trunk/docs/usermanual/glossary.html
    jakarta/jmeter/trunk/docs/usermanual/hints_and_tips.html
    jakarta/jmeter/trunk/docs/usermanual/index.html
    jakarta/jmeter/trunk/docs/usermanual/intro.html
    jakarta/jmeter/trunk/docs/usermanual/jmeter_proxy_step_by_step.pdf
    jakarta/jmeter/trunk/docs/usermanual/ldapanswer_xml.html
    jakarta/jmeter/trunk/docs/usermanual/ldapops_tutor.html
    jakarta/jmeter/trunk/docs/usermanual/listeners.html
    jakarta/jmeter/trunk/docs/usermanual/regular_expressions.html
    jakarta/jmeter/trunk/docs/usermanual/remote-test.html
    jakarta/jmeter/trunk/docs/usermanual/test_plan.html
    jakarta/jmeter/trunk/xdocs/overview.html

Modified: jakarta/jmeter/trunk/docs/building.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/building.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/building.html (original)
+++ jakarta/jmeter/trunk/docs/building.html Sun Jul 31 19:18:54 2011
@@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="./changes.html">Changes</a>
 </li>
-<li><a href="./known_bugs.html">Known Bugs</a>
+<li><a href="./issues.html">Issues</a>
 </li>
-<li><a href="./license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -162,12 +162,12 @@ Building JMeter
 Acquiring the source
 </h3>
 <p>
-The source is distributed alongside the binary, or it can be downloaded from SVN.
+The full source is distributed alongside the binary, or it can be downloaded from \
SVN.  </p>
 <p>
 
 The source archive and SVN do not contain any of the required library files. 
-You can download these by running the Ant command:
+These need to be downloaded by running the Ant command:
 
 <pre>
 
@@ -178,8 +178,17 @@ ant download_jars
 
 </p>
 <p>
-Or you can download the binary archive for a release and unpack it into the same \
                directory structure as the source.
-This will ensure that the lib/ directory contains all the required jar files.
+Or you can download the binary distribution archive for a release and unpack it into \
the same directory structure as the source. +This will ensure that the lib/ directory \
contains the jar files needed for running JMeter. +There are a few additional jars \
that are needed to build JMeter, download these using: +
+<pre>
+
+ant download_jars
+
+</pre>
+
+This will retrieve any missing jars.
 
 </p>
 <h3>
@@ -187,7 +196,16 @@ Compiling and packaging JMeter using Ant
 </h3>
 <p>
 
-JMeter can be built entirely using Ant; see build.xml for the targets that can be \
used. +JMeter can be built entirely using Ant.
+The basic command is:
+
+<pre>
+
+ant [install]
+
+</pre>
+
+See build.xml for the other targets that can be used.
 
 </p>
 <h3>
@@ -195,9 +213,9 @@ Compiling and packaging JMeter using Ecl
 </h3>
 <p>
 
-Once you have downloaded the source from SVN or the release archives, you can \
                configure Eclipse.
-The easiest way to do this is to replace the Eclipse .classpath file with the \
                eclipse.classpath file provided with JMeter.
-This will set up the source-paths and most of the libraries.
+Once you have downloaded the source from SVN or the release archives and run the ant \
download_jars target to +install the dependent jars, you can configure Eclipse. The \
easiest way to do this is to replace the Eclipse .classpath +file with the \
eclipse.classpath file provided with JMeter. This will set up the source-paths and \
most of the libraries.  
 <p>
 
@@ -220,7 +238,7 @@ See also the file eclipse.readme.
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -263,3 +281,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/changes.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/changes.html (original)
+++ jakarta/jmeter/trunk/docs/changes.html Sun Jul 31 19:18:54 2011
@@ -65,9 +65,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="./changes.html">Changes</a>
 </li>
-<li><a href="./known_bugs.html">Known Bugs</a>
+<li><a href="./issues.html">Issues</a>
 </li>
-<li><a href="./license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -157,74 +157,75 @@ History of Previous Changes
 </table>
 </p>
 <h1>
-Version 2.4
+Version 2.5
 </h1>
 <h2>
 Summary of main changes
 </h2>
-<p>
-
-
 <ul>
 
 
 <li>
-JMeter now requires at least Java 1.5.
+The HTTP implementation can now be selected at run-time, and JMeter now also \
supports Apache HttpComponents HttpClient 4.x. +Note that Commons HttpClient 3.1 is \
no longer actively developed, and support may be removed from JMeter in a future \
release. +
 </li>
 
 
 <li>
-HTTP Proxy can now record HTTPS sessions.
+The HTTP sampler now allows concurrent downloads of embedded resources in an HTML \
page  </li>
 
 
 <li>
-JUnit sampler now supports JUnit4 annotations.
+The HTTP Sampler can now report the size of a request before decompression.
 </li>
 
 
 <li>
-Added JSR223 (javax.script) test elements.
+The JMS and Mail samplers have been improved.
 </li>
 
 
 <li>
-MailReader Sampler can now use any protocol supported by the underlying \
implementation. +The new Test Fragment Test Element makes using Include Controllers \
easier  </li>
 
 
 <li>
-An SMTP Sampler has been added.
+There are various improvements to the View Results Tree Listener
 </li>
 
 
 <li>
-JMeter now allows users to provide their own Thread Group implementations.
+Bug 30563 - Thread Group should have a start next loop option on Sample Error
 </li>
 
 
 <li>
-View Results Tree now supports more display options, including search and Regex \
Testing. +There are two new Thread Group types - setUp and tearDown - which are run \
before and after the main Thread groups.  </li>
 
 
 <li>
-StatCalculator performance is much improved; Aggregate Report etc. need far less \
memory. +Client-Server mode now supports external stop/shutdown via UDP
+<br>
+</br>
+ 
+multiple JMeter server instances can be started on the same host without needing to \
change the port property.  </li>
 
 
 <li>
+Bug 50516 - "Host" header in HTTP Header Manager is not included in generated HTTP \
request +</li>
 
-JMS samplers have been extensively reworked, and should no longer lose messages.
-Correlation processing is improved.
-JMS Publisher and Subscriber now support both Topics and Queues.
 
-</li>
+</ul>
+<p>
 
 
-<li>
-Many other improvements have been made, please see below and in the manual.
-</li>
+<ul>
 
 
 </ul>
@@ -256,32 +257,19 @@ Incompatible changes
 </h2>
 <p>
 
-HTTP Redirect now defaults to "Follow Redirects" rather than "Redirect \
                Automatically".
-This is to enable JMeter to track cookies that may be sent during redirects.
-This does not affect existing test plans; it only affects the default for new HTTP \
                Samplers.
-
-</p>
-<p>
-
-The Avalon file format for JMX and JTL files is no longer supported.
-Any such files will need to be converted by reading them in JMeter 2.3.4 and \
                resaving them.
-
-</p>
-<p>
-
-The XPath Assertion and XPath Extractor elements no longer fetch external DTDs by \
default; this can be changed in the GUI. +Unsupported methods are no longer converted \
to GET by the Commons HttpClient sampler.  
 </p>
 <p>
 
-JMSConfigGui has been renamed as JMSSamplerGui.
-This does not affect existing test plans.
+Removed method public static long currentTimeInMs().
+This has been replaced by the instance method public long currentTimeInMillis().
 
 </p>
 <p>
 
-The constructor public SampleResult(SampleResult res) has been changed to become a \
                true "copy constructor".
-It no longer calls addSubResult(). This may possibly affect some 3rd party add-ons.
+ProxyControl.getSamplerTypeName() now returns a String rather than an int.
+This is internal to the workings of the JMeter Proxy & its GUI, so should not affect \
any user code.  
 </p>
 <h2>
@@ -294,52 +282,44 @@ HTTP Samplers and Proxy
 
 
 <li>
-Bug 47445 - Using Proxy with https-spoofing secure cookies need to be unsecured
+Bug 50178 - HeaderManager added as child of Thread Group can create concatenated \
HeaderManager names and OutOfMemoryException  </li>
 
 
 <li>
-Bug 47442 - Missing replacement of https by http for certain conditions using \
https-spoofing +Bug 50392 - value is trimmed when sending the request in Multipart
 </li>
 
 
 <li>
-Bug 48451 - Error in: SoapSampler.setPostHeaders(PostMethod post) in the else branch
+Bug 50686 - HeaderManager logging too verbose when merging instances
 </li>
 
 
 <li>
-Bug 48542 - SoapSampler uses wrong response header field to decide if response is \
gzip encoded +Bug 50963 - AjpSampler throws java.lang.StringIndexOutOfBoundsException
 </li>
 
 
 <li>
-Bug 48568 - CookieManager broken for AjpSampler
+Bug 50516 - "Host" header in HTTP Header Manager is not included in generated HTTP \
request  </li>
 
 
 <li>
-Bug 48570 - AjpSampler doesn't support query parameters (GET/POST)
+Bug 50544 - In Apache Common Log the HEAD requests cause problems.
 </li>
 
 
 <li>
-Bug 46901 - HTTP Sampler does not process var/func refs correctly in first file \
                parameter
-</li>
-
+Bug 51268 - HTTPS request through an invalid proxy causes NullPointerException and \
does not show in result tree. +Rather than delegating to the JMeter thread handler \
for "unexpected" failures, ensure all Exceptions generate a sample error.  
-<li>
-Bug 43678 - Handle META tag http-equiv charset?
-</li>
-
-
-<li>
-Bug 49294 - Images not downloaded from redirected-to pages
 </li>
 
 
 <li>
-Bug 49560 - wrong "size in bytes" when following redirections
+Bug 51275 - Cookie Panel clearGui() sets incorrect default policy in Java 1.6
 </li>
 
 
@@ -351,199 +331,166 @@ Other Samplers
 
 
 <li>
-Bug 47420 - LDAP extended request not closing connections during add request
+Bug 50173 - JDBCSampler discards ResultSet from a PreparedStatement
 </li>
 
 
 <li>
-Bug 48573 - LDAPExtSampler directory context handling
+Ensure JSR223 Sampler has access to the current SampleResult
 </li>
 
 
 <li>
-Bug 47870 - JMSSubscriber fails due to NPE
+Bug 50977 - Unable to set TCP Sampler for individual samples
 </li>
 
 
-<li>
-Bug 47899 - NullPointerExceptions in JMS ReceiveSubscriber constructor
-</li>
-
-
-<li>
-Bug 48144 - NPE in JMS OnMessageSubscriber
-</li>
-
-
-<li>
-Bug 47992 - JMS Point-to-Point Request - Response option doesn't work
-</li>
-
-
-<li>
-Bug 48579 - Single Bind does not show config information when LdapExt Sampler is \
                accessed
-</li>
+</ul>
+<h3>
+Controllers
+</h3>
+<ul>
 
 
 <li>
-Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler.
+Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when \
the threadgroup has multiple loops  </li>
 
 
 <li>
-Bug 47949 - JMS Subscriber never receives all the messages
+Bug 50080 - Transaction controller incorrectly creates samples including timer \
duration  </li>
 
 
 <li>
-Bug 46142 - JMS Point-to-Point correlation problems
+Bug 50134 - TransactionController : Reports bad response time when it contains other \
TransactionControllers  </li>
 
 
-<li>
-Bug 48747 - TCP Sampler swallows exceptions
-</li>
+</ul>
+<h3>
+Listeners
+</h3>
+<ul>
 
 
 <li>
-Bug 48709 - TCP Sampler Config setting "classname" has no effect
+Bug 50367 - Clear / Clear all in View results tree does not clear selected element
 </li>
 
 
 </ul>
 <h3>
-Controllers
+Assertions
 </h3>
 <ul>
 
 
 <li>
-Bug 47385 - TransactionController should set AllThreads and GroupThreads
+Bug 51488 - Assertion: Variable name scope is shared among all assertions (and Bug \
51255)  </li>
 
 
-<li>
-Bug 47940 - Module controller incorrectly creates the replacement Sub Tree
-</li>
+</ul>
+<h3>
+Functions
+</h3>
+<ul>
 
 
 <li>
-Bug 47592 - Run Thread groups consecutively with "Stop test" on error, JMeter will \
not mark to finished +Bug 50568 - Function __FileToString(): Could not read file when \
encoding option is blank/empty  </li>
 
 
-<li>
-Bug 48786 - Run Thread groups consecutively: with "Stop test now" on error or manual \
                stop, JMeter leaves the green box active
-</li>
+</ul>
+<h3>
+I18N
+</h3>
+<ul>
 
 
 <li>
-Bug 48727 - Cannot stop test if all thread groups are disabled
+Bug 50811 - Incomplete Spanish translation
 </li>
 
 
 </ul>
 <h3>
-Listeners
+General
 </h3>
 <ul>
 
 
 <li>
-Bug 48603 - Mailer Visualiser sends two emails for a single failed response
+Bug 49734 - Null pointer exception on stop Threads command (Run>Stop)
 </li>
 
 
 <li>
-Correct calculation of min/max/std.dev for aggregated samples (Summary Report)
+Bug 49666 - CSV Header read as data after EOF
 </li>
 
 
 <li>
-Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1
+Bug 45703 - Synchronizing Timer
 </li>
 
 
 <li>
-Bug 47398 - SampleEvents are sent twice over RMI in distributed testing and non gui \
mode +Bug 50088 - fix getAvgPageBytes in SamplingStatCalculator so it returns what it \
should  </li>
 
 
-</ul>
-<h3>
-Assertions
-</h3>
-<ul>
-
-
-</ul>
-<h3>
-Functions
-</h3>
-<ul>
-
-
-</ul>
-<h3>
-I18N
-</h3>
-<ul>
-
-
-</ul>
-<h3>
-General
-</h3>
-<ul>
-
-
 <li>
-Bug 47646 -  NullPointerException in the "Random Variable" element
+Bug 50203 Cannot set property "jmeter.save.saveservice.default_delimiter=\t"
 </li>
 
 
 <li>
-Disallow adding any child elements to JDBC Configuration
+mirror-server.sh - fix classpath to use : separator (not ;)
 </li>
 
 
 <li>
-BeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on non-Sun JVMs \
when using CSVDataSet (and some other TestBeans) +Bug 50286 - URL Re-writing \
Modifier: extracted jsessionid value is incorrect when is between XML tags  </li>
 
 
 <li>
-Bug 48350 - Deadlock on distributed testing with 2 clients
-</li>
 
+System.nanoTime() tends to drift relative to System.currentTimeMillis().
+Change SampleResult to recalculate offset each time.
+Also enable reversion to using System.currentTimeMillis() only.
 
-<li>
-Bug 48901 - Endless wait by adding Synchronizing Timer
 </li>
 
 
 <li>
-Bug 49149 - usermanual/index.html has typo in link to "Regular Expressions" page
+Bug 50425 - Remove thread groups from Controller add menu
 </li>
 
 
 <li>
-Bug 49394 - Classcast Exception in ActionRouter.postActionPerformed
+
+Bug 50675 - CVS Data Set Config incompatible with Remote Start
+Fixed RMI startup to provide location of JMX file relative to user.dir.
+
 </li>
 
 
 <li>
-Bug 48136 - Essential files missing from source tarball.
-<br>
-</br>
+Bug 50221 - Renaming elements in the tree does not resize label
+</li>
 
-Source archives now contain all source files, including source files previously only \
provided in the binary archives.  
+<li>
+Bug 51002 - Stop Thread if CSV file is not available. JMeter now treats IOError as \
EOF.  </li>
 
 
 <li>
-Bug 48331 - XpathExtractor does not return XML string representations for a Nodeset
+Define sun.net.http.allowRestrictedHeaders=true by default. This fixes Bug 51238.
 </li>
 
 
@@ -558,37 +505,35 @@ HTTP Samplers
 
 
 <li>
-Bug 47622 - enable recording of HTTPS sessions
-</li>
-
-
-<li>
-Allow Proxy Server to be specified on HTTP Sampler GUI and HTTP Config GUI
+AJP Sampler now implements Interruptible
 </li>
 
 
 <li>
-Bug 47461 - Update Cache Manager to handle Expires HTTP header
+Allow HTTP implementation to be selected at run-time
 </li>
 
 
 <li>
-Bug 48153 - Support for Cache-Control and Expires headers
+Bug 50684 - Optionally disable Content-Type and Transfer-Encoding in Multipart POST
 </li>
 
 
 <li>
-Bug 47946 - Proxy should enable Grouping inside a Transaction Controller
+Bug 50943 - Allowing concurrent downloads of embedded resources in html page
 </li>
 
 
 <li>
-Bug 48300 - Allow override of IP source address for HTTP HttpClient requests
+Bug 50170 - Bytes reported by http sampler is after GUnZip
+<br>
+</br>
+Add optional properties to allow change the method to get response size
 </li>
 
 
 <li>
-Bug 49083 - collapse '/pathsegment/..' in redirect URLs
+Hiding the proxy password on HTTP Sampler (just on GUI, not in JMX file)
 </li>
 
 
@@ -600,56 +545,52 @@ Other samplers
 
 
 <li>
-JUnit sampler now supports JUnit4 tests (using annotations)
+Bug 49622 - Allow sending messages without a subject (SMTP Sampler)
 </li>
 
 
 <li>
-Bug 47900 - Allow JMS SubscriberSampler to be interrupted
+Bug 49603 - Allow accepting expired certificates on Mail Reader Sampler
 </li>
 
 
 <li>
-Added JSR223 Sampler
+Bug 49775 - Allow sending messages without a body
 </li>
 
 
 <li>
-Bug 47556 - JMS-PointToPoint-Sampler Timeout field should use Strings
+Bug 49862 - Improve SMTPSampler Request output.
 </li>
 
 
 <li>
-Bug 47947 - Mail Reader Sampler should allow port to be overridden
+Bug 50268 - Adds static and dynamic destinations to JMS Publisher
 </li>
 
 
 <li>
-Bug 48155 - Multiple problems / enhancements with JMS protocol classes
+JMS Subscriber - Add dynamic destination
 </li>
 
 
 <li>
-Allow MailReader sampler to use arbitrary protocols
+Bug 50666 - JMSSubscriber: support for durable subscriptions
 </li>
 
 
 <li>
-Bug 45053 - SMTP-Sampler for JMeter
+Bug 50937 - TCP Sampler does not provide for / honor connect timeout
 </li>
 
 
 <li>
-Bug 49552 - Add Message Headers on SMTPSampler
+Bug 50569 - Jdbc Request Sampler to optionally store result set object data
 </li>
 
 
 <li>
-
-JMS Publisher and Subscriber now support both Topics and Queues.
-Added read Timeout to JMS Subscriber.
-General clean-up of JMS code.
-
+Bug 51011 - Mail Reader: upon authentication failure, tell what you tried
 </li>
 
 
@@ -661,22 +602,7 @@ Controllers
 
 
 <li>
-Bug 47909 - TransactionController should sum the latency
-</li>
-
-
-<li>
-Bug 41418 - Exclude timer duration from Transaction Controller runtime in report
-</li>
-
-
-<li>
-Bug 48749 - Allowing custom Thread Groups
-</li>
-
-
-<li>
-Bug 43389 - Allow Include files to be found relative to the current JMX file
+Bug 50475 - Introduction of a Test Fragment Test Element for a better Include flow
 </li>
 
 
@@ -688,70 +614,27 @@ Listeners
 
 
 <li>
-Added DataStrippingSample sender - supports "Stripped" and "StrippedBatch" modes.
-</li>
-
-
-<li>
-Added Comparison Assertion Visualizer
-</li>
-
-
-<li>
-Bug 47907 - Improvements (enhancements and I18N) Comparison Assertion and Comparison \
                Visualizer
-</li>
-
-
-<li>
-Bug 36726 - add search function to Tree View Listener
+View Results Tree - Add a dialog's text box on "Sampler result tab > Parsed" to \
display the long value with a double click on cell  </li>
 
 
 <li>
-Bug 47869 - Ability to cleanup fields of SampleResult
+Bug 37156 - Formatted view of Request in Results Tree
 </li>
 
 
 <li>
-Bug 47952 - Added JSR223 Listener
+Bug 49365 - Allow result set to be written to file in a path relative to the loaded \
script  </li>
 
 
 <li>
-Bug 47474 - View Results Tree support for plugin renderers
+Bug 50579 - Error count is long, sample count is int. Changed sample count to long.
 </li>
 
 
 <li>
-Allow Idle Time to be saved to sample log files
-</li>
-
-
-<li>
-Bug 48259 - Improve StatCalculator performance by using TreeMap
-</li>
-
-
-<li>
-Listeners using SamplingStatCalculator have much reduced memory needs 
-as the Sample cache has been moved to the new CachingStatCalculator class.
-In particular, Aggregate Report can now handle large numbers of samples.
-
-</li>
-
-
-<li>
-Aggregate Report and Summary Report now allow column headers to be optionally \
                excluded
-</li>
-
-
-<li>
-Bug 49506 - Add .csv File Extension in open dialog box from "read from file" \
                functionality of listeners
-</li>
-
-
-<li>
-Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree
+View Results Tree - Add new size fields: response headers and response body (in \
bytes) - derived from Bug 43363  </li>
 
 
@@ -763,47 +646,17 @@ Timers, Assertions, Config, Pre- & Post-
 
 
 <li>
-Bug 47338 - XPath Extractor forces retrieval of document DTD
+Bug 48015 - Proposal new icons for pre-processor, post-processor and assertion \
elements  </li>
 
 
 <li>
-Added Comparison Assertion
+Bug 50962 - SizeAssertionGui validation prevents the use of variables for the size
 </li>
 
 
 <li>
-Bug 47952 - Added JSR223 PreProcessor and PostProcessor
-</li>
-
-
-<li>
-Added JSR223 Assertion
-</li>
-
-
-<li>
-Added BSF Timer and JSR223 Timer
-</li>
-
-
-<li>
-Bug 48511 - add parent,child,all selection to regex extractor
-</li>
-
-
-<li>
-Add Sampler scope selection to XPathExtractor
-</li>
-
-
-<li>
-Regular Expression Extractor, Response Assertion and Size Assertion can now be \
                applied to a JMeter variable
-</li>
-
-
-<li>
-Bug 46790 - CSV Data Set Config should be able to parse CSV headers
+Size Assertion - Add response size scope (full, headers, body, code, message) - \
derived from Bug 43363  </li>
 
 
@@ -815,7 +668,7 @@ Functions
 
 
 <li>
-Bug 47565 - [Function] FileToString
+Bug 49975 - New function returning the name of the current sampler
 </li>
 
 
@@ -827,12 +680,7 @@ I18N
 
 
 <li>
-Bug 47938 -  Adding some French translations for new elements
-</li>
-
-
-<li>
-Bug 48714 -  add new French messages
+Add French translation for the new labels and reduce size for some labels (by \
abbreviation) on HTTP Sample  </li>
 
 
@@ -844,111 +692,85 @@ General
 
 
 <li>
-Bug 47223 - Slow Aggregate Report Performance (StatCalculator)
+Bug 30563 - Thread Group should have a start next loop option on Sample Error
 </li>
 
 
 <li>
-Bug 47980 - hostname resolves to 127.0.0.1 - specifiying IP not possible
+Bug 50347 - Eclipse setup instructions should remind user to download dependent jars
 </li>
 
 
 <li>
-Bug 47943 - DisabledComponentRemover is not used in Start class
+Bug 50490 - Setup and Post Thread Group enhancements for better test flow.
 </li>
 
 
 <li>
-HeapDumper class for runtime generation of dumps
+All BeansShell test elements now have the script variables "prev" and "Label" \
defined.  </li>
 
 
 <li>
-Basic read-only JavaMail provider implementation for reading raw mail files
+Bug 50708 - Classpath jar order in NewDriver not alphabetically
 </li>
 
 
 <li>
-Bug 49540 - Sort "Add" menus alphabetically
+Bug 50659 - JMeter server does not support concurrent tests - prevent client from \
starting another  </li>
 
 
-</ul>
-<h2>
-Non-functional changes
-</h2>
-<ul>
-
-
 <li>
-Beanshell, JavaMail and JMS API (Apache Geronimo) jars are now included in the \
binary archive. +Added remote shutdown functionality
 </li>
 
 
 <li>
-Add TestBean Table Editor support
+Client JMeter engine now supports external stop/shutdown via UDP
 </li>
 
 
 <li>
-Removed all external libraries from SVN; added download_jars Ant target
+UDP shutdown can now use a range of ports, from jmeterengine.nongui.port=4445 to \
jmeterengine.nongui.maxport=4455, +allowing multiple JMeter instances on the same \
host without needing to change the port property.  </li>
 
 
 <li>
-Updated various jar files:
-
-<ul>
-
-
-<li>
-BeanShell - 2.0b4 => 2.0b5
-</li>
-
-
-<li>
-Commons Codec - 1.3 => 1.4
+Updated to httpcore 4.1.3 and httpclient 4.1.1
 </li>
 
 
-<li>
-Commons-Collections - 3.2 => 3.2.1
-</li>
-
-
-<li>
-JTidy => r938
-</li>
+</ul>
+<h2>
+Non-functional changes
+</h2>
+<ul>
 
 
 <li>
-JUnit - 3.8.2 => 4.8.1
+Bug 50008 - Allow BatchSampleSender to be subclassed
 </li>
 
 
 <li>
-Logkit - 1.2 => 2.0
+Bug 50450 - use System.array copy in jacobi solver as, being native, is more \
performant.  </li>
 
 
 <li>
-Xalan Serializer = 2.7.1 (previously erroneously shown as 2.9.1)
+Bug 50487 - runSerialTest verifies objects that never need persisting
 </li>
 
 
 <li>
-Xerces xml-apis = 1.3.04 (previously erroneously shown as 2.9.1)
+Use Thread.setDefaultUncaughtExceptionHandler() instead of private ThreadGroup
 </li>
 
 
 <li>
-Some jar files were renamed.
-</li>
-
-
-</ul>
-
-
+Update to Commons Net 3.0
 </li>
 
 
@@ -966,7 +788,7 @@ Some jar files were renamed.
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -1009,3 +831,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/changes_history.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/changes_history.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/changes_history.html (original)
+++ jakarta/jmeter/trunk/docs/changes_history.html Sun Jul 31 19:18:54 2011
@@ -65,9 +65,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="./changes.html">Changes</a>
 </li>
-<li><a href="./known_bugs.html">Known Bugs</a>
+<li><a href="./issues.html">Issues</a>
 </li>
-<li><a href="./license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -163,6 +163,803 @@ Changes sections are chronologically ord
 </b>
 </p>
 <h1>
+Version 2.4
+</h1>
+<h2>
+Summary of main changes
+</h2>
+<p>
+
+
+<ul>
+
+
+<li>
+JMeter now requires at least Java 1.5.
+</li>
+
+
+<li>
+HTTP Proxy can now record HTTPS sessions.
+</li>
+
+
+<li>
+JUnit sampler now supports JUnit4 annotations.
+</li>
+
+
+<li>
+Added JSR223 (javax.script) test elements.
+</li>
+
+
+<li>
+MailReader Sampler can now use any protocol supported by the underlying \
implementation. +</li>
+
+
+<li>
+An SMTP Sampler has been added.
+</li>
+
+
+<li>
+JMeter now allows users to provide their own Thread Group implementations.
+</li>
+
+
+<li>
+View Results Tree now supports more display options, including search and Regex \
Testing. +</li>
+
+
+<li>
+StatCalculator performance is much improved; Aggregate Report etc. need far less \
memory. +</li>
+
+
+<li>
+
+JMS samplers have been extensively reworked, and should no longer lose messages.
+Correlation processing is improved.
+JMS Publisher and Subscriber now support both Topics and Queues.
+
+</li>
+
+
+<li>
+Many other improvements have been made, please see below and in the manual.
+</li>
+
+
+</ul>
+
+
+</p>
+<h2>
+Known bugs
+</h2>
+<p>
+
+The Include Controller has some problems in non-GUI mode. 
+In particular, it can cause a NullPointerException if there are two include \
controllers with the same name. +
+</p>
+<p>
+Once Only controller behaves correctly under a Thread Group or Loop Controller,
+but otherwise its behaviour is not consistent (or clearly specified).
+</p>
+<p>
+
+The menu item Options / Choose Language does not change all the displayed text to \
the new language. +[The behaviour has improved, but language change is still not \
fully working] +To override the default local language fully, set the JMeter property \
"language" before starting JMeter.  +
+</p>
+<h2>
+Incompatible changes
+</h2>
+<p>
+
+HTTP Redirect now defaults to "Follow Redirects" rather than "Redirect \
Automatically". +This is to enable JMeter to track cookies that may be sent during \
redirects. +This does not affect existing test plans; it only affects the default for \
new HTTP Samplers. +
+</p>
+<p>
+
+The Avalon file format for JMX and JTL files is no longer supported.
+Any such files will need to be converted by reading them in JMeter 2.3.4 and \
resaving them. +
+</p>
+<p>
+
+The XPath Assertion and XPath Extractor elements no longer fetch external DTDs by \
default; this can be changed in the GUI. +
+</p>
+<p>
+
+JMSConfigGui has been renamed as JMSSamplerGui.
+This does not affect existing test plans.
+
+</p>
+<p>
+
+The constructor public SampleResult(SampleResult res) has been changed to become a \
true "copy constructor". +It no longer calls addSubResult(). This may possibly affect \
some 3rd party add-ons. +
+</p>
+<h2>
+Bug fixes
+</h2>
+<h3>
+HTTP Samplers and Proxy
+</h3>
+<ul>
+
+
+<li>
+Bug 47445 - Using Proxy with https-spoofing secure cookies need to be unsecured
+</li>
+
+
+<li>
+Bug 47442 - Missing replacement of https by http for certain conditions using \
https-spoofing +</li>
+
+
+<li>
+Bug 48451 - Error in: SoapSampler.setPostHeaders(PostMethod post) in the else branch
+</li>
+
+
+<li>
+Bug 48542 - SoapSampler uses wrong response header field to decide if response is \
gzip encoded +</li>
+
+
+<li>
+Bug 48568 - CookieManager broken for AjpSampler
+</li>
+
+
+<li>
+Bug 48570 - AjpSampler doesn't support query parameters (GET/POST)
+</li>
+
+
+<li>
+Bug 46901 - HTTP Sampler does not process var/func refs correctly in first file \
parameter +</li>
+
+
+<li>
+Bug 43678 - Handle META tag http-equiv charset?
+</li>
+
+
+<li>
+Bug 49294 - Images not downloaded from redirected-to pages
+</li>
+
+
+<li>
+Bug 49560 - wrong "size in bytes" when following redirections
+</li>
+
+
+</ul>
+<h3>
+Other Samplers
+</h3>
+<ul>
+
+
+<li>
+Bug 47420 - LDAP extended request not closing connections during add request
+</li>
+
+
+<li>
+Bug 48573 - LDAPExtSampler directory context handling
+</li>
+
+
+<li>
+Bug 47870 - JMSSubscriber fails due to NPE
+</li>
+
+
+<li>
+Bug 47899 - NullPointerExceptions in JMS ReceiveSubscriber constructor
+</li>
+
+
+<li>
+Bug 48144 - NPE in JMS OnMessageSubscriber
+</li>
+
+
+<li>
+Bug 47992 - JMS Point-to-Point Request - Response option doesn't work
+</li>
+
+
+<li>
+Bug 48579 - Single Bind does not show config information when LdapExt Sampler is \
accessed +</li>
+
+
+<li>
+Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler.
+</li>
+
+
+<li>
+Bug 47949 - JMS Subscriber never receives all the messages
+</li>
+
+
+<li>
+Bug 46142 - JMS Point-to-Point correlation problems
+</li>
+
+
+<li>
+Bug 48747 - TCP Sampler swallows exceptions
+</li>
+
+
+<li>
+Bug 48709 - TCP Sampler Config setting "classname" has no effect
+</li>
+
+
+</ul>
+<h3>
+Controllers
+</h3>
+<ul>
+
+
+<li>
+Bug 47385 - TransactionController should set AllThreads and GroupThreads
+</li>
+
+
+<li>
+Bug 47940 - Module controller incorrectly creates the replacement Sub Tree
+</li>
+
+
+<li>
+Bug 47592 - Run Thread groups consecutively with "Stop test" on error, JMeter will \
not mark to finished +</li>
+
+
+<li>
+Bug 48786 - Run Thread groups consecutively: with "Stop test now" on error or manual \
stop, JMeter leaves the green box active +</li>
+
+
+<li>
+Bug 48727 - Cannot stop test if all thread groups are disabled
+</li>
+
+
+</ul>
+<h3>
+Listeners
+</h3>
+<ul>
+
+
+<li>
+Bug 48603 - Mailer Visualiser sends two emails for a single failed response
+</li>
+
+
+<li>
+Correct calculation of min/max/std.dev for aggregated samples (Summary Report)
+</li>
+
+
+<li>
+Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1
+</li>
+
+
+<li>
+Bug 47398 - SampleEvents are sent twice over RMI in distributed testing and non gui \
mode +</li>
+
+
+</ul>
+<h3>
+Assertions
+</h3>
+<ul>
+
+
+</ul>
+<h3>
+Functions
+</h3>
+<ul>
+
+
+</ul>
+<h3>
+I18N
+</h3>
+<ul>
+
+
+</ul>
+<h3>
+General
+</h3>
+<ul>
+
+
+<li>
+Bug 47646 -  NullPointerException in the "Random Variable" element
+</li>
+
+
+<li>
+Disallow adding any child elements to JDBC Configuration
+</li>
+
+
+<li>
+BeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on non-Sun JVMs \
when using CSVDataSet (and some other TestBeans) +</li>
+
+
+<li>
+Bug 48350 - Deadlock on distributed testing with 2 clients
+</li>
+
+
+<li>
+Bug 48901 - Endless wait by adding Synchronizing Timer
+</li>
+
+
+<li>
+Bug 49149 - usermanual/index.html has typo in link to "Regular Expressions" page
+</li>
+
+
+<li>
+Bug 49394 - Classcast Exception in ActionRouter.postActionPerformed
+</li>
+
+
+<li>
+Bug 48136 - Essential files missing from source tarball.
+<br>
+</br>
+
+Source archives now contain all source files, including source files previously only \
provided in the binary archives. +
+</li>
+
+
+<li>
+Bug 48331 - XpathExtractor does not return XML string representations for a Nodeset
+</li>
+
+
+</ul>
+<h2>
+Improvements
+</h2>
+<h3>
+HTTP Samplers
+</h3>
+<ul>
+
+
+<li>
+Bug 47622 - enable recording of HTTPS sessions
+</li>
+
+
+<li>
+Allow Proxy Server to be specified on HTTP Sampler GUI and HTTP Config GUI
+</li>
+
+
+<li>
+Bug 47461 - Update Cache Manager to handle Expires HTTP header
+</li>
+
+
+<li>
+Bug 48153 - Support for Cache-Control and Expires headers
+</li>
+
+
+<li>
+Bug 47946 - Proxy should enable Grouping inside a Transaction Controller
+</li>
+
+
+<li>
+Bug 48300 - Allow override of IP source address for HTTP HttpClient requests
+</li>
+
+
+<li>
+Bug 49083 - collapse '/pathsegment/..' in redirect URLs
+</li>
+
+
+</ul>
+<h3>
+Other samplers
+</h3>
+<ul>
+
+
+<li>
+JUnit sampler now supports JUnit4 tests (using annotations)
+</li>
+
+
+<li>
+Bug 47900 - Allow JMS SubscriberSampler to be interrupted
+</li>
+
+
+<li>
+Added JSR223 Sampler
+</li>
+
+
+<li>
+Bug 47556 - JMS-PointToPoint-Sampler Timeout field should use Strings
+</li>
+
+
+<li>
+Bug 47947 - Mail Reader Sampler should allow port to be overridden
+</li>
+
+
+<li>
+Bug 48155 - Multiple problems / enhancements with JMS protocol classes
+</li>
+
+
+<li>
+Allow MailReader sampler to use arbitrary protocols
+</li>
+
+
+<li>
+Bug 45053 - SMTP-Sampler for JMeter
+</li>
+
+
+<li>
+Bug 49552 - Add Message Headers on SMTPSampler
+</li>
+
+
+<li>
+
+JMS Publisher and Subscriber now support both Topics and Queues.
+Added read Timeout to JMS Subscriber.
+General clean-up of JMS code.
+
+</li>
+
+
+</ul>
+<h3>
+Controllers
+</h3>
+<ul>
+
+
+<li>
+Bug 47909 - TransactionController should sum the latency
+</li>
+
+
+<li>
+Bug 41418 - Exclude timer duration from Transaction Controller runtime in report
+</li>
+
+
+<li>
+Bug 48749 - Allowing custom Thread Groups
+</li>
+
+
+<li>
+Bug 43389 - Allow Include files to be found relative to the current JMX file
+</li>
+
+
+</ul>
+<h3>
+Listeners
+</h3>
+<ul>
+
+
+<li>
+Added DataStrippingSample sender - supports "Stripped" and "StrippedBatch" modes.
+</li>
+
+
+<li>
+Added Comparison Assertion Visualizer
+</li>
+
+
+<li>
+Bug 47907 - Improvements (enhancements and I18N) Comparison Assertion and Comparison \
Visualizer +</li>
+
+
+<li>
+Bug 36726 - add search function to Tree View Listener
+</li>
+
+
+<li>
+Bug 47869 - Ability to cleanup fields of SampleResult
+</li>
+
+
+<li>
+Bug 47952 - Added JSR223 Listener
+</li>
+
+
+<li>
+Bug 47474 - View Results Tree support for plugin renderers
+</li>
+
+
+<li>
+Allow Idle Time to be saved to sample log files
+</li>
+
+
+<li>
+Bug 48259 - Improve StatCalculator performance by using TreeMap
+</li>
+
+
+<li>
+Listeners using SamplingStatCalculator have much reduced memory needs 
+as the Sample cache has been moved to the new CachingStatCalculator class.
+In particular, Aggregate Report can now handle large numbers of samples.
+
+</li>
+
+
+<li>
+Aggregate Report and Summary Report now allow column headers to be optionally \
excluded +</li>
+
+
+<li>
+Bug 49506 - Add .csv File Extension in open dialog box from "read from file" \
functionality of listeners +</li>
+
+
+<li>
+Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree
+</li>
+
+
+</ul>
+<h3>
+Timers, Assertions, Config, Pre- & Post-Processors
+</h3>
+<ul>
+
+
+<li>
+Bug 47338 - XPath Extractor forces retrieval of document DTD
+</li>
+
+
+<li>
+Added Comparison Assertion
+</li>
+
+
+<li>
+Bug 47952 - Added JSR223 PreProcessor and PostProcessor
+</li>
+
+
+<li>
+Added JSR223 Assertion
+</li>
+
+
+<li>
+Added BSF Timer and JSR223 Timer
+</li>
+
+
+<li>
+Bug 48511 - add parent,child,all selection to regex extractor
+</li>
+
+
+<li>
+Add Sampler scope selection to XPathExtractor
+</li>
+
+
+<li>
+Regular Expression Extractor, Response Assertion and Size Assertion can now be \
applied to a JMeter variable +</li>
+
+
+<li>
+Bug 46790 - CSV Data Set Config should be able to parse CSV headers
+</li>
+
+
+</ul>
+<h3>
+Functions
+</h3>
+<ul>
+
+
+<li>
+Bug 47565 - [Function] FileToString
+</li>
+
+
+</ul>
+<h3>
+I18N
+</h3>
+<ul>
+
+
+<li>
+Bug 47938 -  Adding some French translations for new elements
+</li>
+
+
+<li>
+Bug 48714 -  add new French messages
+</li>
+
+
+</ul>
+<h3>
+General
+</h3>
+<ul>
+
+
+<li>
+Bug 47223 - Slow Aggregate Report Performance (StatCalculator)
+</li>
+
+
+<li>
+Bug 47980 - hostname resolves to 127.0.0.1 - specifiying IP not possible
+</li>
+
+
+<li>
+Bug 47943 - DisabledComponentRemover is not used in Start class
+</li>
+
+
+<li>
+HeapDumper class for runtime generation of dumps
+</li>
+
+
+<li>
+Basic read-only JavaMail provider implementation for reading raw mail files
+</li>
+
+
+<li>
+Bug 49540 - Sort "Add" menus alphabetically
+</li>
+
+
+</ul>
+<h2>
+Non-functional changes
+</h2>
+<ul>
+
+
+<li>
+Beanshell, JavaMail and JMS API (Apache Geronimo) jars are now included in the \
binary archive. +</li>
+
+
+<li>
+Add TestBean Table Editor support
+</li>
+
+
+<li>
+Removed all external libraries from SVN; added download_jars Ant target
+</li>
+
+
+<li>
+Updated various jar files:
+
+<ul>
+
+
+<li>
+BeanShell - 2.0b4 => 2.0b5
+</li>
+
+
+<li>
+Commons Codec - 1.3 => 1.4
+</li>
+
+
+<li>
+Commons-Collections - 3.2 => 3.2.1
+</li>
+
+
+<li>
+JTidy => r938
+</li>
+
+
+<li>
+JUnit - 3.8.2 => 4.8.1
+</li>
+
+
+<li>
+Logkit - 1.2 => 2.0
+</li>
+
+
+<li>
+Xalan Serializer = 2.7.1 (previously erroneously shown as 2.9.1)
+</li>
+
+
+<li>
+Xerces xml-apis = 1.3.04 (previously erroneously shown as 2.9.1)
+</li>
+
+
+<li>
+Some jar files were renamed.
+</li>
+
+
+</ul>
+
+
+</li>
+
+
+</ul>
+<h1>
 Version 2.3.4
 </h1>
 <h2>
@@ -6669,7 +7466,7 @@ Initial version. (SM)
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -6712,3 +7509,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/css/style.css
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/css/style.css?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/css/style.css (original)
+++ jakarta/jmeter/trunk/docs/css/style.css Sun Jul 31 19:18:54 2011
@@ -15,9 +15,25 @@
    limitations under the License.
 */
 
-a[name]:hover:after{
 /*Shows the value of the name attribute when hovered*/
+/* Disabled
+a[name]:hover:after{
     content: " #" attr(name);
     font-size: 90%;
     text-decoration: none;
 }
+*/
+
+/*
+ * Hide class="sectionlink", except when an enclosing heading
+ * has the :hover property.
+ * Used to hide the &para; marker for generating internal links
+ */
+.sectionlink {
+  display: none;
+}
+:hover > .sectionlink {
+  display: inline;
+  /* Green so shows up on section headings too */
+  color: rgb(0,255,0);
+}

Modified: jakarta/jmeter/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/index.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/index.html (original)
+++ jakarta/jmeter/trunk/docs/index.html Sun Jul 31 19:18:54 2011
@@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="./changes.html">Changes</a>
 </li>
-<li><a href="./known_bugs.html">Known Bugs</a>
+<li><a href="./issues.html">Issues</a>
 </li>
-<li><a href="./license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -411,14 +411,14 @@ Change List
 
 
 <li>
-<a href="known_bugs.html">
-Known Bugs
+<a href="issues.html">
+Issues
 </a>
 </li>
 
 
 <li>
-<a href="license.html">
+<a href="http://www.apache.org/licenses/">
 License
 </a>
 </li>
@@ -445,7 +445,7 @@ Contributors
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -488,3 +488,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Added: jakarta/jmeter/trunk/docs/issues.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/issues.html?rev=1152618&view=auto
 ==============================================================================
--- jakarta/jmeter/trunk/docs/issues.html (added)
+++ jakarta/jmeter/trunk/docs/issues.html Sun Jul 31 19:18:54 2011
@@ -0,0 +1,382 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
"http://www.w3.org/TR/html4/loose.dtd"> +<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- Content Stylesheet for Site -->
+
+
+<!-- start the processing -->
+<!-- ====================================================================== -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="./css/style.css"/>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+
+
+<title>JMeter - Issues</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#525D76">
+<table border="0" cellspacing="0">
+<!-- TOP IMAGE -->
+<tr>
+<td>
+<!-- Need to specify height otherwise iframe seems to grab extra -->
+<iframe src="http://www.apache.org/ads/halfbanner.html" height="102"
+style="border-width:0; float: left" frameborder="0" scrolling="no"></iframe>
+</td>
+<td align="left">
+<a href="http://jakarta.apache.org"><img width="505" height="48" \
src="./images/jakarta-logo.gif" alt="Jakarta" title="Jakarta" border="0"/></a> +</td>
+<td align="right">
+<a href="http://jakarta.apache.org/jmeter/"><img width="221" height="102" \
src="./images/logo.jpg" alt="JMeter" title="JMeter" border="0"/></a> +</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr>
+<!-- LEFT SIDE NAVIGATION -->
+<td width="20%" valign="top" nowrap="true">
+<p><strong>About</strong></p>
+<ul>
+<li><a href="./index.html">Overview</a>
+</li>
+<li><a href="./changes.html">Changes</a>
+</li>
+<li><a href="./issues.html">Issues</a>
+</li>
+<li><a href="http://www.apache.org/licenses/">License</a>
+</li>
+<li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
 +</li>
+</ul>
+<p><strong>Download</strong></p>
+<ul>
+<li><a href="http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi">Download \
Releases</a> +</li>
+<li><a href="./nightly.html">Developer (Nightly) Builds</a>
+</li>
+</ul>
+<p><strong>Documentation</strong></p>
+<ul>
+<li><a href="./usermanual/index.html">User Manual</a>
+</li>
+<li><a href="./api/index.html">Javadocs</a>
+</li>
+<li><a href="./localising/index.html">Localisation (Translator's Guide)</a>
+</li>
+<li><a href="./building.html">Building JMeter and Add-Ons</a>
+</li>
+<li><a href="http://wiki.apache.org/jakarta-jmeter">JMeter Wiki</a>
+</li>
+<li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterFAQ">FAQ (Wiki)</a>
+</li>
+</ul>
+<p><strong>Tutorials (PDF format)</strong></p>
+<ul>
+<li><a href="./usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed \
Testing</a> +</li>
+<li><a href="./usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a>
+</li>
+<li><a href="./usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a>
+</li>
+<li><a href="./usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log \
Sampler</a> +</li>
+<li><a href="./extending/jmeter_tutorial.pdf">Extending JMeter</a>
+</li>
+</ul>
+<p><strong>Community</strong></p>
+<ul>
+<li><a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
+</li>
+<li><a href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
+</li>
+<li><a href="http://jakarta.apache.org/site/cvsindex.html">SVN Repositories</a>
+</li>
+</ul>
+<p><strong>Foundation</strong></p>
+<ul>
+<li><a href="http://www.apache.org/">ASF</a>
+</li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<td width="80%" align="left" valign="top">
+<br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Issue tracker</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+JMeter uses Bugzilla for issue tracking, i.e. for reporting bugs and requesting \
enhancements. +
+</p>
+<p>
+
+Before creating a new issue, please check whether the issue has already been \
reported by searching Bugzilla. +It's also worth checking first on the JMeter user \
mailing list; others may already have a solution.  +
+</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">
+<strong>Known Bugs</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<ul>
+
+
+<li>
+
+
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=JMeter&content=">
 +
+Bugzilla - All open bugs
+</a>
+
+
+</li>
+
+
+<li>
+
+
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSI \
GNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_severity=Blocker&bug_severity=Critica \
l&bug_severity=Major&bug_severity=Normal&bug_severity=Minor&bug_severity=Trivial&product=JMeter&cmdtype=doit&order=Bug+Number">
 +
+Bugzilla - Open bugs (excluding enhancements)
+</a>
+</li>
+
+
+<li>
+
+
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSI \
GNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_severity=Enhancement&product=JMeter&cmdtype=doit&order=Bug+Number">
 +
+Bugzilla - Enhancements only
+</a>
+
+
+</li>
+
+
+</ul>
+</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">
+<strong>Raising an Issue</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+First check that the issue has not already been reported. 
+If reporting a bug, are you sure it really is a bug in JMeter, not just a \
misunderstanding of how JMeter works? +
+</p>
+<p>
+
+If you have not already done so, you need to register an account first, using the \
"New Account" link at the top of the +main Bugzilla page: 
+<a href="https://issues.apache.org/bugzilla/">
+https://issues.apache.org/bugzilla/
+</a>
+.
+
+</p>
+<p>
+
+Make sure you read and understand the information on the account creation page \
before signing up. +
+</p>
+<p>
+
+Once logged in, click "File a bug" and select JMeter from the list.
+
+</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">
+<strong>Required Information</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+Please make sure you provide sufficient information for others to be able to make \
use of the report effectively. +Use the checklist below to guide you.
+
+</p>
+<ul>
+
+
+<li>
+JMeter version
+</li>
+
+
+<li>
+Java version (output from java -version)
+</li>
+
+
+<li>
+OS version
+</li>
+
+
+<li>
+jmeter.log file (unlikely to contain sensitive information, but check before \
uploading) +</li>
+
+
+<li>
+JMX file if relevant (redact any sensitive information first)
+</li>
+
+
+<li>
+JTL file if relevant (may need to redact sensitive information)
+</li>
+
+
+<li>
+For a suspected bug, describe what you did, what happened, and how this differs from \
what you expected to happen. +Does it happen every time?
+
+</li>
+
+
+<li>
+If you are providing a patch to fix a bug, please ensure it is in unified diff \
format. +If using Eclipse, please set the patch root to "Project", not the default \
"Workspace" which is harder to apply. +</li>
+
+
+<li>
+New source files can be provided as is; please ensure they have the standard Apache \
License header (as per other JMeter files). +Please do not use @author tags (credit \
will be given in the changes file). +
+</li>
+
+
+<li>
+In the case of patches for new features, please also provide documentation patches \
if at all possible.  +Components are documented in \
xdocs/usermanual/component_reference.xml. +</li>
+
+
+</ul>
+<p>
+<b>
+See also the following 
+<a href="https://issues.apache.org/bugwritinghelp.html">
+Bug writing guidelines
+</a>
+,
+also the terms and conditions noted on the 
+<a href="https://issues.apache.org/bugzilla/createaccount.cgi">
+Bugzilla account creation page.
+</a>
+</b>
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<br>
+</td>
+</tr>
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1"><em>
+Copyright &copy; 1999-2011, Apache Software Foundation
+</em></font></div>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1">
+"Apache", the Apache feather, and the Apache JMeter logo are
+trademarks of the Apache Software Foundation for our open source software.
+</font>
+</div>
+</td></tr>
+</table>
+</body>
+</html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: jakarta/jmeter/trunk/docs/issues.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/jmeter/trunk/docs/issues.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: jakarta/jmeter/trunk/docs/jmeter_irc.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/jmeter_irc.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/jmeter_irc.html (original)
+++ jakarta/jmeter/trunk/docs/jmeter_irc.html Sun Jul 31 19:18:54 2011
@@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="./changes.html">Changes</a>
 </li>
-<li><a href="./known_bugs.html">Known Bugs</a>
+<li><a href="./issues.html">Issues</a>
 </li>
-<li><a href="./license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -164,7 +164,7 @@ Room: 
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -207,3 +207,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/localising/index.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/localising/index.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/localising/index.html (original)
+++ jakarta/jmeter/trunk/docs/localising/index.html Sun Jul 31 19:18:54 2011
@@ -65,9 +65,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -131,7 +131,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="intro"><strong>Introduction</strong></a></font>
+<a name="intro"><strong>Introduction</strong></a><a class="sectionlink" \
href="#intro" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -210,7 +210,7 @@ Merging in new translations [committers]
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="obtain"><strong>Obtaining the current texts</strong></a></font>
+<a name="obtain"><strong>Obtaining the current texts</strong></a><a \
class="sectionlink" href="#obtain" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -249,7 +249,7 @@ you'll need to know where it is to start
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="provide"><strong>Providing the current texts to \
translators</strong></a></font> +<a name="provide"><strong>Providing the current \
texts to translators</strong></a><a class="sectionlink" href="#provide" title="Link \
to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -277,7 +277,7 @@ Of course you could also send the transl
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="i18nEdit"><strong>Downloading and running i18nEdit</strong></a></font>
+<a name="i18nEdit"><strong>Downloading and running i18nEdit</strong></a><a \
class="sectionlink" href="#i18nEdit" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -345,7 +345,7 @@ You're now ready to start translating.
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="translating"><strong>Translating</strong></a></font>
+<a name="translating"><strong>Translating</strong></a><a class="sectionlink" \
href="#translating" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -371,7 +371,7 @@ i18nEdit's on-line help is excellent: re
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="submitting"><strong>Submitting your translations to the \
project</strong></a></font> +<a name="submitting"><strong>Submitting your \
translations to the project</strong></a><a class="sectionlink" href="#submitting" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -392,7 +392,7 @@ JMeter's home page
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="merging"><strong>Merging in new translations</strong></a></font>
+<a name="merging"><strong>Merging in new translations</strong></a><a \
class="sectionlink" href="#merging" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -464,7 +464,7 @@ Close i18nEdit and commit to SVN as usua
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -507,3 +507,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/nightly.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/nightly.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/nightly.html (original)
+++ jakarta/jmeter/trunk/docs/nightly.html Sun Jul 31 19:18:54 2011
@@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="./changes.html">Changes</a>
 </li>
-<li><a href="./known_bugs.html">Known Bugs</a>
+<li><a href="./issues.html">Issues</a>
 </li>
-<li><a href="./license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -294,7 +294,7 @@ The nightly builds may or may not work p
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -337,3 +337,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/best-practices.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/best-practices.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/best-practices.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/best-practices.html Sun Jul 31 19:18:54 2011
@@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -142,7 +142,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="best_practices"><strong>16. Best Practices</strong></a></font>
+<a name="best_practices"><strong>16. Best Practices</strong></a><a \
class="sectionlink" href="#best_practices" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -154,7 +154,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="limit_threads"><strong>16.1 Limit the Number of Threads</strong></a></font>
+<a name="limit_threads"><strong>16.1 Limit the Number of Threads</strong></a><a \
class="sectionlink" href="#limit_threads" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -175,7 +175,7 @@ running multiple non-GUI JMeter instance
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="put_cookie_manager"><strong>16.2 Where to Put the Cookie \
Manager</strong></a></font> +<a name="put_cookie_manager"><strong>16.2 Where to Put \
the Cookie Manager</strong></a><a class="sectionlink" href="#put_cookie_manager" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -195,7 +195,7 @@ for information.
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="put_auth_manager"><strong>16.3 Where to Put the Authorization \
Manager</strong></a></font> +<a name="put_auth_manager"><strong>16.3 Where to Put the \
Authorization Manager</strong></a><a class="sectionlink" href="#put_auth_manager" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -215,7 +215,7 @@ Web Test
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="proxy_server"><strong>16.4 Using the Proxy Server</strong></a></font>
+<a name="proxy_server"><strong>16.4 Using the Proxy Server</strong></a><a \
class="sectionlink" href="#proxy_server" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -299,7 +299,7 @@ JMeter Proxy server certificate. 
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="user_variables"><strong>16.5 User variables</strong></a></font>
+<a name="user_variables"><strong>16.5 User variables</strong></a><a \
class="sectionlink" href="#user_variables" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -352,7 +352,7 @@ The CSV Data Set element will read a new
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="lean_mean"><strong>16.6 Reducing resource requirements</strong></a></font>
+<a name="lean_mean"><strong>16.6 Reducing resource requirements</strong></a><a \
class="sectionlink" href="#lean_mean" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -418,7 +418,7 @@ that can be read with CSV Dataset. This 
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="beanshell_server"><strong>16.7 BeanShell server</strong></a></font>
+<a name="beanshell_server"><strong>16.7 BeanShell server</strong></a><a \
class="sectionlink" href="#beanshell_server" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -512,7 +512,7 @@ java -jar ../lib/bshclient.jar localhost
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="bsh_scripting"><strong>16.8 BeanShell scripting</strong></a></font>
+<a name="bsh_scripting"><strong>16.8 BeanShell scripting</strong></a><a \
class="sectionlink" href="#bsh_scripting" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -520,7 +520,7 @@ java -jar ../lib/bshclient.jar localhost
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="bsh_overview"><strong>16.8.1 Overview</strong></a>
-</font>
+<a class="sectionlink" href="#bsh_overview" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -560,7 +560,7 @@ bsh% exit(); // or use EOF key (e.g. ^Z 
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="bsh_variables"><strong>16.8.2 Sharing Variables</strong></a>
-</font>
+<a class="sectionlink" href="#bsh_variables" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -629,7 +629,7 @@ defined by the JMeter property "beanshel
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="developing_scripts"><strong>16.9 Developing script functions in BeanShell, \
Javascript or Jexl etc.</strong></a></font> +<a \
name="developing_scripts"><strong>16.9 Developing script functions in BeanShell, \
Javascript or Jexl etc.</strong></a><a class="sectionlink" href="#developing_scripts" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -669,7 +669,7 @@ because the function call is parsed befo
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="parameterising_tests"><strong>16.10 Parameterising \
tests</strong></a></font> +<a name="parameterising_tests"><strong>16.10 \
Parameterising tests</strong></a><a class="sectionlink" href="#parameterising_tests" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -733,7 +733,7 @@ The appropriate property file can be pas
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -776,3 +776,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/boss.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/boss.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/boss.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/boss.html Sun Jul 31 19:18:54 2011
@@ -65,9 +65,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -144,7 +144,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="boss"><strong>17. Help! My boss wants me to load test our web \
app!</strong></a></font> +<a name="boss"><strong>17. Help! My boss wants me to load \
test our web app!</strong></a><a class="sectionlink" href="#boss" title="Link to \
here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -160,7 +160,7 @@ why is Java a good choice to implement a
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="questions"><strong>17.1 Questions to ask</strong></a>
-</font>
+<a class="sectionlink" href="#questions" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -193,7 +193,7 @@ What is the testing intended to achieve?
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="resources"><strong>17.2 Resources</strong></a>
-</font>
+<a class="sectionlink" href="#resources" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -212,7 +212,7 @@ people are, so that you can ask them for
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="network"><strong>17.2.1 Network</strong></a>
-</font>
+<a class="sectionlink" href="#network" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -234,7 +234,7 @@ Who knows our network topology ? If you 
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="application"><strong>17.2.2 Application</strong></a>
-</font>
+<a class="sectionlink" href="#application" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -290,7 +290,7 @@ test
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="platform"><strong>17.3 What platform should I use to run the \
                benchmarks/load-tests ?</strong></a>
-</font>
+<a class="sectionlink" href="#platform" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -309,8 +309,8 @@ more users than that).
 </p>
 <p>
 Good free platforms include the linuxes, the BSDs, and Solaris Intel. If
-you have a little more money, there are commercial linuxes. If you can justify
-it, a commercial Unix (Solaris, etc) is probably the best choice.
+you have a little more money, there are commercial linuxes.
+This may be worth it if you need the support.
 
 </p>
 <p>
@@ -343,7 +343,7 @@ use CSV output and import the data into 
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="tools"><strong>17.4 Tools</strong></a>
-</font>
+<a class="sectionlink" href="#tools" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -358,7 +358,7 @@ and any supplied documentation).
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="ping"><strong>17.4.1 ping</strong></a>
-</font>
+<a class="sectionlink" href="#ping" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -377,7 +377,7 @@ and any supplied documentation).
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="dig"><strong>17.4.2 nslookup/dig</strong></a>
-</font>
+<a class="sectionlink" href="#dig" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -405,7 +405,7 @@ you
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="traceroute"><strong>17.4.3 traceroute</strong></a>
-</font>
+<a class="sectionlink" href="#traceroute" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -431,7 +431,7 @@ you
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="products"><strong>17.5 What other products are there ?</strong></a>
-</font>
+<a class="sectionlink" href="#products" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -452,7 +452,7 @@ if your requirements are not particularl
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="ab"><strong>17.5.1 Apache 'ab' tool</strong></a>
-</font>
+<a class="sectionlink" href="#ab" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -472,7 +472,7 @@ if your requirements are not particularl
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="httpunit"><strong>17.5.2 HttpUnit</strong></a>
-</font>
+<a class="sectionlink" href="#httpunit" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -496,7 +496,7 @@ JUnit
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="WAS"><strong>17.5.3 Microsoft WAS</strong></a>
-</font>
+<a class="sectionlink" href="#WAS" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -515,7 +515,7 @@ JUnit
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="JMeter"><strong>17.5.4 JMeter</strong></a>
-</font>
+<a class="sectionlink" href="#JMeter" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -543,7 +543,7 @@ this
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="java"><strong>17.6 Why Java ?</strong></a>
-</font>
+<a class="sectionlink" href="#java" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -615,7 +615,7 @@ platform.
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -658,3 +658,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-adv-web-test-plan.html Sun Jul 31 \
19:18:54 2011 @@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -142,7 +142,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="building"><strong>6. Building an Advanced Web Test Plan</strong></a></font>
+<a name="building"><strong>6. Building an Advanced Web Test Plan</strong></a><a \
class="sectionlink" href="#building" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -170,7 +170,7 @@ Building a Web Test Plan
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="session_url_rewriting"><strong>6.1 Handling User Sessions With URL \
Rewriting</strong></a></font> +<a name="session_url_rewriting"><strong>6.1 Handling \
User Sessions With URL Rewriting</strong></a><a class="sectionlink" \
href="#session_url_rewriting" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -190,7 +190,7 @@ and will be used if the previous HTTP sa
 
 </p>
 <a name="url_rewriting_example"/>
-<p><b>URL Rewriting Example</b></p>
+<a class="sectionlink" href="#url_rewriting_example" title="Link to \
here">&para;</a><p><b>URL Rewriting Example</b></p>  
 
 <p>
@@ -229,7 +229,7 @@ be part of the path (separated by a ";")
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="header_manager"><strong>6.2 Using a Header Manager</strong></a></font>
+<a name="header_manager"><strong>6.2 Using a Header Manager</strong></a><a \
class="sectionlink" href="#header_manager" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -278,7 +278,7 @@ your test.
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -321,3 +321,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-db-test-plan.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-db-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-db-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-db-test-plan.html Sun Jul 31 19:18:54 \
2011 @@ -65,9 +65,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -144,7 +144,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="building"><strong>7. Building a Database Test Plan</strong></a></font>
+<a name="building"><strong>7. Building a Database Test Plan</strong></a><a \
class="sectionlink" href="#building" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -195,7 +195,7 @@ for more details).
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_users"><strong>7.1 Adding Users</strong></a></font>
+<a name="adding_users"><strong>7.1 Adding Users</strong></a><a class="sectionlink" \
href="#adding_users" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -284,7 +284,7 @@ Figure 7.2. JDBC Users Thread Group
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_requests"><strong>7.2 Adding JDBC Requests</strong></a></font>
+<a name="adding_requests"><strong>7.2 Adding JDBC Requests</strong></a><a \
class="sectionlink" href="#adding_requests" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -428,7 +428,7 @@ Figure 7.6. JDBC Request for Pfizer stoc
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_listener"><strong>7.3 Adding a Listener to View/Store the Test \
Results</strong></a></font> +<a name="adding_listener"><strong>7.3 Adding a Listener \
to View/Store the Test Results</strong></a><a class="sectionlink" \
href="#adding_listener" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -478,7 +478,7 @@ Figure 7.7. Graph results Listener
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -521,3 +521,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-ftp-test-plan.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-ftp-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-ftp-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-ftp-test-plan.html Sun Jul 31 19:18:54 \
2011 @@ -65,9 +65,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -144,7 +144,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="building"><strong>8. Building an FTP Test Plan</strong></a></font>
+<a name="building"><strong>8. Building an FTP Test Plan</strong></a><a \
class="sectionlink" href="#building" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -190,7 +190,7 @@ FTP site.
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_users"><strong>8.1 Adding Users</strong></a></font>
+<a name="adding_users"><strong>8.1 Adding Users</strong></a><a class="sectionlink" \
href="#adding_users" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -271,7 +271,7 @@ Figure 8.2. O'Reilly Users Thread Group
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_defaults"><strong>8.2 Adding Default FTP Request \
Properties</strong></a></font> +<a name="adding_defaults"><strong>8.2 Adding Default \
FTP Request Properties</strong></a><a class="sectionlink" href="#adding_defaults" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -329,7 +329,7 @@ Figure 8.4. FTP Defaults for our Test Pl
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_requests"><strong>8.3 Adding FTP Requests</strong></a></font>
+<a name="adding_requests"><strong>8.3 Adding FTP Requests</strong></a><a \
class="sectionlink" href="#adding_requests" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -433,7 +433,7 @@ Figure 8.6. FTP Request for O'Reilly mSQ
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_listener"><strong>8.4 Adding a Listener to View/Store the Test \
Results</strong></a></font> +<a name="adding_listener"><strong>8.4 Adding a Listener \
to View/Store the Test Results</strong></a><a class="sectionlink" \
href="#adding_listener" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -483,7 +483,7 @@ Figure 8.7. Spline Visualizer Listener
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -526,3 +526,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html
                
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html \
                (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-jms-point-to-point-test-plan.html Sun \
Jul 31 19:18:54 2011 @@ -63,9 +63,9 @@ style="border-width:0; float: left" fram
 </li>
 <li><a href="../changes.html">Changes</a>
 </li>
-<li><a href="../known_bugs.html">Known Bugs</a>
+<li><a href="../issues.html">Issues</a>
 </li>
-<li><a href="../license.html">License</a>
+<li><a href="http://www.apache.org/licenses/">License</a>
 </li>
 <li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a>
  </li>
@@ -142,7 +142,7 @@ style="border-width:0; float: left" fram
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="building"><strong>11. Building a JMS Point-to-Point Test \
Plan</strong></a></font> +<a name="building"><strong>11. Building a JMS \
Point-to-Point Test Plan</strong></a><a class="sectionlink" href="#building" \
title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -204,7 +204,7 @@ of jars provided by ActiveMQ 3.0.
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_threadgroup"><strong>11.1 Adding a Thread Group</strong></a></font>
+<a name="adding_threadgroup"><strong>11.1 Adding a Thread Group</strong></a><a \
class="sectionlink" href="#adding_threadgroup" title="Link to here">&para;</a></font> \
</td></tr>  <tr><td>
 <blockquote>
@@ -280,7 +280,7 @@ leave the Control Panel (for example, wh
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_point_to_point_sampler"><strong>11.2 Adding JMS Point-to-Point \
Sampler</strong></a></font> +<a name="adding_point_to_point_sampler"><strong>11.2 \
Adding JMS Point-to-Point Sampler</strong></a><a class="sectionlink" \
href="#adding_point_to_point_sampler" title="Link to here">&para;</a></font>  \
</td></tr>  <tr><td>
 <blockquote>
@@ -445,7 +445,7 @@ InitialContextFactory
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-org.activemq.jndi.ActiveMQInitialContextFactory
+org.apache.activemq.jndi.ActiveMQInitialContextFactory
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
@@ -464,51 +464,58 @@ The standard InitialContextFactory for A
 <tr>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-providerURL
+queue.Q.REQ
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-tcp://localhost:61616
+example.A
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-This defines the URL of the active mq messaging system.
+This defines a JNDI name Q.REQ for the request queue that points to the queue \
example.A  </font>
 </td>
 </tr>
 <tr>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-queue.Q.REQ
+queue.Q.RPL
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-example.A
+example.B
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-This defines a JNDI name Q.REQ for the request queue that points to the queue \
example.A +This defines a JNDI name Q.RPL for the reply queue that points to the \
queue example.B +</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#039acc" colspan="3"  valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Provider URL
 </font>
 </td>
 </tr>
 <tr>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-queue.Q.RPL
+Provider URL
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-example.B
+tcp://localhost:61616
 </font>
 </td>
 <td bgcolor="#a0ddf0" colspan="1"  valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
-This defines a JNDI name Q.RPL for the reply queue that points to the queue \
example.B +This defines the URL of the active mq messaging system.
 </font>
 </td>
 </tr>
@@ -524,7 +531,7 @@ This defines a JNDI name Q.RPL for the r
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_listener"><strong>11.3 Adding a Listener to View Store the Test \
Results</strong></a></font> +<a name="adding_listener"><strong>11.3 Adding a Listener \
to View Store the Test Results</strong></a><a class="sectionlink" \
href="#adding_listener" title="Link to here">&para;</a></font>  </td></tr>
 <tr><td>
 <blockquote>
@@ -579,7 +586,7 @@ Figure 11.2. Graph Results Listener
 </td></tr>
 <tr><td colspan="2">
 <div align="center"><font color="#525D76" size="-1"><em>
-Copyright &copy; 1999-2010, Apache Software Foundation
+Copyright &copy; 1999-2011, Apache Software Foundation
 </em></font></div>
 </td></tr>
 <tr><td colspan="2">
@@ -622,3 +629,4 @@ trademarks of the Apache Software Founda
 
 
 
+



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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic