Modified: jakarta/jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-jms-topic-test-plan.html 
(original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-jms-topic-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>12. Building a JMS Topic Test 
Plan</strong></a></font>
+<a name="building"><strong>12. Building a JMS Topic Test Plan</strong></a><a 
class="sectionlink" href="#building" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -207,7 +207,7 @@ here
 <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>12.1 Adding Users</strong></a></font>
+<a name="adding_users"><strong>12.1 Adding Users</strong></a><a 
class="sectionlink" href="#adding_users" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -288,7 +288,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_subscriber_publisher"><strong>12.2 Adding JMS Subscriber and 
Publisher</strong></a></font>
+<a name="adding_subscriber_publisher"><strong>12.2 Adding JMS Subscriber and 
Publisher</strong></a><a class="sectionlink" 
href="#adding_subscriber_publisher" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -308,7 +308,7 @@ Then, select the JMS Subscriber element 
 
 
 <li>
-Change the Name field to "sample subscriber"
+Change the Name field to "Sample Subscriber"
 </li>
 
 
@@ -318,23 +318,26 @@ If the JMS provider uses the jndi.proper
 
 
 <li>
-Enter the name of the InitialContextFactory class
+Enter the name of the InitialContextFactory class. For example, with ActiveMQ 
5.4, the value is "org.apache.activemq.jndi.ActiveMQInitialContextFactory"
 </li>
 
 
 <li>
-Enter the provider URL. This is the URL for the JNDI server, if there is one
+Enter the provider URL. This is the URL for the JNDI server, if there is one. 
For example, with ActiveMQ 5.4 on local machine with default port, the value is 
"tcp://localhost:61616"
 </li>
 
 
 <li>
 Enter the name of the connection factory. Please refer to the documentation
-of the JMS provider for the information
+of the JMS provider for the information. For ActiveMQ, the default is 
"ConnectionFactory"
 </li>
 
 
 <li>
-Enter the name of the message topic
+Enter the name of the message topic. For ActiveMQ Dynamic Topics (create 
topics dynamically), example value is "dynamicTopics/MyStaticTopic1"
+Note: Setup at startup mean that JMeter starting to listen on the Destination 
at beginning of test without name change possibility. 
+Setup on Each sample mean that JMeter (re)starting to listen before run each 
JMS Subscriber sample, 
+this last option permit to have Destination name with some JMeter variables
 </li>
 
 
@@ -383,7 +386,7 @@ Then, select the JMS Publisher element i
 
 
 <li>
-Change the Name field to "sample publisher".
+Change the Name field to "Sample Publisher".
 </li>
 
 
@@ -393,23 +396,26 @@ If the JMS provider uses the jndi.proper
 
 
 <li>
-Enter the name of the InitialContextFactory class.
+Enter the name of the InitialContextFactory class. For example, with ActiveMQ 
5.4, the value is "org.apache.activemq.jndi.ActiveMQInitialContextFactory"
 </li>
 
 
 <li>
-Enter the provider URL. This is the URL for the JNDI server, if there is one
+Enter the provider URL. This is the URL for the JNDI server, if there is one. 
For example, with ActiveMQ 5.4 on local machine with default port, the value is 
"tcp://localhost:61616"
 </li>
 
 
 <li>
 Enter the name of the connection factory. Please refer to the documentation
-of the JMS provider for the information
+of the JMS provider for the information. For ActiveMQ, the default is 
"ConnectionFactory"
 </li>
 
 
 <li>
-Enter the name of the message topic
+Enter the name of the message topic. For ActiveMQ Dynamic Topics (create 
topics dynamically), example value is "dynamicTopics/MyStaticTopic1". 
+Note: Setup at startup mean that JMeter starting connection with the 
Destination at beginning of test without name change possibility. 
+Setup on Each sample mean that JMeter (re)starting the connection before run 
each JMS Publisher sample, 
+this last option permit to have Destination name with some JMeter variables
 </li>
 
 
@@ -435,7 +441,7 @@ and select the directory using browse.
 
 
 <li>
-Select the message type. If the message is in object format, make sure the
+Select the message type. If the message is in object format or map message, 
make sure the
 message is generated correctly.
 </li>
 
@@ -455,7 +461,7 @@ Figure 12.3. JMS Publisher
 <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>12.3 Adding a Listener to View Store the 
Test Results</strong></a></font>
+<a name="adding_listener"><strong>12.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>
@@ -507,7 +513,7 @@ Figure 12.4. 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">
@@ -550,3 +556,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-ldap-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>9a. Building an LDAP Test Plan</strong></a></font>
+<a name="building"><strong>9a. Building an LDAP Test Plan</strong></a><a 
class="sectionlink" href="#building" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -178,7 +178,7 @@ This example assumes that the LDAP Serve
 <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>9a.1 Adding Users</strong></a></font>
+<a name="adding_users"><strong>9a.1 Adding Users</strong></a><a 
class="sectionlink" href="#adding_users" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -209,7 +209,7 @@ Figure 9a.1. Thread Group with Default V
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_login"><strong>9a.2 Adding Login Config 
Element</strong></a></font>
+<a name="add_login"><strong>9a.2 Adding Login Config Element</strong></a><a 
class="sectionlink" href="#add_login" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -252,7 +252,7 @@ These values are default for the LDAP Re
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_defaults"><strong>9a.3 Adding LDAP Request 
Defaults</strong></a></font>
+<a name="add_defaults"><strong>9a.3 Adding LDAP Request 
Defaults</strong></a><a class="sectionlink" href="#add_defaults" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -295,7 +295,7 @@ field that you can modify. In this examp
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_requests"><strong>9a.4 Adding LDAP Requests</strong></a></font>
+<a name="add_requests"><strong>9a.4 Adding LDAP Requests</strong></a><a 
class="sectionlink" href="#add_requests" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -421,7 +421,7 @@ Select the Search test Radio button
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_listener"><strong>9a.5 Adding a Listener to View/Store the Test 
Results</strong></a></font>
+<a name="add_listener"><strong>9a.5 Adding a Listener to View/Store the Test 
Results</strong></a><a class="sectionlink" href="#add_listener" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -461,7 +461,7 @@ Users element and add a View Results in 
 </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">
@@ -504,3 +504,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-ldapext-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="ldapexttest"><strong>9b. Building an Extended LDAP Test 
Plan</strong></a></font>
+<a name="ldapexttest"><strong>9b. Building an Extended LDAP Test 
Plan</strong></a><a class="sectionlink" href="#ldapexttest" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -222,7 +222,7 @@ cn=c:\\\\log.txt to add an entry with a 
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="ext_adding_users"><strong>9b.1 Adding Users</strong></a>
-</font>
+<a class="sectionlink" href="#ext_adding_users" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -260,7 +260,7 @@ Figure 9b.1. Thread Group with Default V
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_ldapext_defaults"><strong>9b.2 Adding LDAP Extended Request 
Defaults</strong></a>
-</font>
+<a class="sectionlink" href="#add_ldapext_defaults" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -303,7 +303,7 @@ field that you can modify. In this examp
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_extrequests"><strong>9b.3 Adding LDAP Requests</strong></a>
-</font>
+<a class="sectionlink" href="#add_extrequests" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -398,7 +398,7 @@ and edit the following properties.
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_threadbind"><strong>9b.3.1 Adding a Thread bind 
Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_threadbind" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -485,7 +485,7 @@ Figure 9b.3.1. Thread Bind example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_searchreq"><strong>9b.3.2 Adding a search Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_searchreq" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -640,7 +640,7 @@ Figure 9b.3.2. search request example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_comparereq"><strong>9b.3.3 Adding a Compare Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_comparereq" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -693,7 +693,7 @@ Figure 9b.3.3. Compare example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_sbind"><strong>9b.3.4 Adding a Single bind/unbind</strong></a>
-</font>
+<a class="sectionlink" href="#add_sbind" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -758,7 +758,7 @@ Figure 9b.3.4. Single bind/unbind exampl
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_addreq"><strong>9b.3.5 Adding an Add Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_addreq" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -823,7 +823,7 @@ Figure 9b.3.5. Add request example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_modreq"><strong>9b.3.6 Adding a Modify Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_modreq" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -951,7 +951,7 @@ Figure 9b.3.6. Modify example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_delreq"><strong>9b.3.7 Adding a Delete Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_delreq" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -1002,7 +1002,7 @@ Figure 9b.3.7. Delete example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_moddn"><strong>9b.3.8 Adding a Rename Request (moddn)</strong></a>
-</font>
+<a class="sectionlink" href="#add_moddn" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -1069,7 +1069,7 @@ Figure 9b.3.8. Rename example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_unbind"><strong>9b.3.9 Adding an unbind Request</strong></a>
-</font>
+<a class="sectionlink" href="#add_unbind" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -1112,7 +1112,7 @@ Figure 9b.3.9. Unbind example
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_ldapext_listener"><strong>9b.4 Adding a Listener to View/Store 
the Test Results</strong></a>
-</font>
+<a class="sectionlink" href="#add_ldapext_listener" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -1203,7 +1203,7 @@ The full description can be found here.
 </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">
@@ -1246,3 +1246,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-monitor-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-monitor-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-monitor-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-monitor-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>13. Building a Monitor Test Plan</strong></a></font>
+<a name="building"><strong>13. Building a Monitor Test Plan</strong></a><a 
class="sectionlink" href="#building" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -176,7 +176,7 @@ need to change the MBeanServer lookup to
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_server"><strong>13.1 Adding A Server</strong></a></font>
+<a name="adding_server"><strong>13.1 Adding A Server</strong></a><a 
class="sectionlink" href="#adding_server" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -216,7 +216,7 @@ Change the loop count to forever (or som
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_auth"><strong>13.2 HTTP Auth Manager</strong></a></font>
+<a name="adding_auth"><strong>13.2 HTTP Auth Manager</strong></a><a 
class="sectionlink" href="#adding_auth" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -256,7 +256,7 @@ refer to tomcat 5 documentation.
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_request"><strong>13.3 Adding HTTP Request</strong></a></font>
+<a name="adding_request"><strong>13.3 Adding HTTP Request</strong></a><a 
class="sectionlink" href="#adding_request" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -313,7 +313,7 @@ Check "Use as Monitor" at the bottom of 
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_timer"><strong>13.4 Adding Constant Timer</strong></a></font>
+<a name="adding_timer"><strong>13.4 Adding Constant Timer</strong></a><a 
class="sectionlink" href="#adding_timer" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -331,7 +331,7 @@ before you deploy the monitor in your pr
 <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>13.5 Adding a Listener to Store the 
Results</strong></a></font>
+<a name="adding_listener"><strong>13.5 Adding a Listener to Store the 
Results</strong></a><a class="sectionlink" href="#adding_listener" title="Link 
to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -361,7 +361,7 @@ select the Browse button and browse to a
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="add_monitor_listener"><strong>13.6 Adding Monitor 
Results</strong></a></font>
+<a name="add_monitor_listener"><strong>13.6 Adding Monitor 
Results</strong></a><a class="sectionlink" href="#add_monitor_listener" 
title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -442,7 +442,7 @@ performance or a bug of some sort.
 </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">
@@ -485,3 +485,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-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>
@@ -156,7 +156,7 @@ controllers, listeners, timers, assertio
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="add_remove"><strong>3.1 Adding and Removing Elements</strong></a>
-</font>
+<a class="sectionlink" href="#add_remove" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -181,7 +181,7 @@ and choose the "remove" option.
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="load_save"><strong>3.2 Loading and Saving Elements</strong></a>
-</font>
+<a class="sectionlink" href="#load_save" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -209,7 +209,7 @@ you can save test tree fragments and ind
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="config_element"><strong>3.3 Configuring Tree Elements</strong></a>
-</font>
+<a class="sectionlink" href="#config_element" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -232,7 +232,7 @@ configured for an element depends on wha
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="saving"><strong>3.4 Saving the Test Plan</strong></a>
-</font>
+<a class="sectionlink" href="#saving" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -262,7 +262,7 @@ the Edit menu.
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="run"><strong>3.5 Running a Test Plan</strong></a>
-</font>
+<a class="sectionlink" href="#run" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -287,7 +287,7 @@ These only apply to a locally run test; 
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="stop"><strong>3.6 Stopping a Test</strong></a>
-</font>
+<a class="sectionlink" href="#stop" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -335,6 +335,33 @@ So in versions after 2.3.2, JMeter non-G
 jmeterengine.nongui.port
 </code>
 ).
+In versions after 2.4, JMeter supports automatic choice of an alternate port 
if the default port is being used 
+(for example by another JMeter instance). In this case, JMeter will try the 
next higher port, continuing until
+it reaches the JMeter property 
+<code>
+jmeterengine.nongui.maxport
+</code>
+) which defaults to 4455.
+If 
+<code>
+maxport
+</code>
+ is less than or equal to 
+<code>
+port
+</code>
+, port scanning will not take place.
+Note that JMeter 2.4 and earlier did not set up the listener for non-GUI 
clients, only non-GUI standalone tests;
+this has been fixed. 
+
+<br>
+</br>
+
+The chosen port is displayed in the console window.
+
+<br>
+</br>
+
 The commands currently supported are:
 
 <ul>
@@ -366,6 +393,7 @@ respectively. The scripts are to be foun
 bin
 </code>
  directory.
+The commands will only be accepted if the script is run from the same host.
 
 </p>
 </blockquote>
@@ -376,7 +404,7 @@ bin
 <tr><td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="error_reporting"><strong>3.7 Error reporting</strong></a>
-</font>
+<a class="sectionlink" href="#error_reporting" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -424,7 +452,7 @@ The status of a sample result can be see
 </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">
@@ -467,3 +495,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-web-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-web-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-web-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-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>5. Building a Web Test Plan</strong></a></font>
+<a name="building"><strong>5. Building a Web Test Plan</strong></a><a 
class="sectionlink" href="#building" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -188,7 +188,7 @@ Building an Advanced 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="adding_users"><strong>5.1 Adding Users</strong></a></font>
+<a name="adding_users"><strong>5.1 Adding Users</strong></a><a 
class="sectionlink" href="#adding_users" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -270,7 +270,7 @@ Figure 5.2. Jakarta 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>5.2 Adding Default HTTP Request 
Properties</strong></a></font>
+<a name="adding_defaults"><strong>5.2 Adding Default HTTP Request 
Properties</strong></a><a class="sectionlink" href="#adding_defaults" 
title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -328,7 +328,7 @@ Figure 5.4. HTTP Defaults for our Test P
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="adding_cookie_support"><strong>5.3 Adding Cookie 
Support</strong></a></font>
+<a name="adding_cookie_support"><strong>5.3 Adding Cookie 
Support</strong></a><a class="sectionlink" href="#adding_cookie_support" 
title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -367,7 +367,7 @@ Cookie Manager, either from the Edit Men
 <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>5.4 Adding HTTP Requests</strong></a></font>
+<a name="adding_requests"><strong>5.4 Adding HTTP Requests</strong></a><a 
class="sectionlink" href="#adding_requests" title="Link to 
here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -446,7 +446,7 @@ Figure 5.6. HTTP Request for Jakarta Pro
 <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>5.5 Adding a Listener to View Store the Test 
Results</strong></a></font>
+<a name="adding_listener"><strong>5.5 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>
@@ -480,7 +480,7 @@ Figure 5.7. Graph Results Listener
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr><td bgcolor="#525D76">
 <font color="#ffffff" face="arial,helvetica,sanserif">
-<a name="logging_in"><strong>5.6 Logging in to a web-site</strong></a></font>
+<a name="logging_in"><strong>5.6 Logging in to a web-site</strong></a><a 
class="sectionlink" href="#logging_in" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -538,7 +538,7 @@ Figure 5.8. Sample HTTP login request
 </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">
@@ -581,3 +581,4 @@ trademarks of the Apache Software Founda
 
 
 
+

Modified: jakarta/jmeter/trunk/docs/usermanual/build-ws-test-plan.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/usermanual/build-ws-test-plan.html?rev=1152618&r1=1152617&r2=1152618&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/usermanual/build-ws-test-plan.html (original)
+++ jakarta/jmeter/trunk/docs/usermanual/build-ws-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>10. Building a WebService Test 
Plan</strong></a></font>
+<a name="building"><strong>10. Building a WebService Test Plan</strong></a><a 
class="sectionlink" href="#building" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -170,12 +170,6 @@ Thread Group
 .
 </p>
 <p>
-General notes on the webservices sampler. The current implementation uses
-Apache SOAP driver, which requires activation.jar and mail.jar from SUN. Due
-to license restrictions, JMeter does not include the jar files in the
-binary distribution.
-</p>
-<p>
 If the sampler appears to be getting an error from the webservice, double 
check the
 SOAP message and make sure the format is correct. In particular, make sure the
 xmlns attributes are exactly the same as the WSDL. If the xml namespace is
@@ -195,7 +189,7 @@ their test plan.
 <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>10.1 Adding Users</strong></a></font>
+<a name="adding_users"><strong>10.1 Adding Users</strong></a><a 
class="sectionlink" href="#adding_users" title="Link to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -277,7 +271,7 @@ Figure 10.2. Jakarta 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>10.2 Adding WebService 
Requests</strong></a></font>
+<a name="adding_requests"><strong>10.2 Adding WebService 
Requests</strong></a><a class="sectionlink" href="#adding_requests" title="Link 
to here">&para;</a></font>
 </td></tr>
 <tr><td>
 <blockquote>
@@ -380,7 +374,7 @@ Currently, only .NET uses SOAPAction, so
 <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>10.3 Adding a Listener to View Store the 
Test Results</strong></a></font>
+<a name="adding_listener"><strong>10.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>
@@ -432,7 +426,7 @@ Figure 10.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">
@@ -475,3 +469,4 @@ trademarks of the Apache Software Founda
 
 
 
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to