Author: sebb
Date: Mon Mar 17 08:07:06 2008
New Revision: 637929

URL: http://svn.apache.org/viewvc?rev=637929&view=rev
Log:
Clarify that server name does not include http:// prefix

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=637929&r1=637928&r2=637929&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Mar 17 
08:07:06 2008
@@ -157,7 +157,7 @@
 </description>
 <properties>
         <property name="Name" required="No">Descriptive name for this 
controller that is shown in the tree.</property>
-        <property name="Server" required="No">Domain name or IP address of the 
web server.</property>
+        <property name="Server" required="No">Domain name or IP address of the 
web server. e.g. www.example.com. [Do not include the http:// 
prefix.]</property>
         <property name="Port" required="No">Port the web server is listening 
to. Default: 80</property>
         <property name="Protocol" required="No">HTTP, HTTPS or FILE. Default: 
HTTP</property>
         <property name="Method" required="Yes">GET, POST, HEAD, TRACE, 
OPTIONS, PUT, DELETE</property>
@@ -221,8 +221,8 @@
         <property name="Use as monitor" required="Yes">For use with the 
<complink name="Monitor Results"/> listener.</property>
         <property name="Embedded URLs must match:" required="No">
         If present, this must be a regular expression that is used to match 
against any embedded URLs found.
-        So if you only want to download embedded resources from 
http://server.com/, use the expression:
-        http://server\.com/.*
+        So if you only want to download embedded resources from 
http://example.com/, use the expression:
+        http://example\.com/.*
         </property>
 </properties>
 <p>
@@ -2261,7 +2261,7 @@
 
 <properties>
         <property name="Name" required="No">Descriptive name for this 
controller that is shown in the tree.</property>
-        <property name="Server" required="No">Domain name or IP address of the 
web server.</property>
+        <property name="Server" required="No">Domain name or IP address of the 
web server. e.g. www.example.com. [Do not include the http:// prefix.</property>
         <property name="Port" required="No">Port the web server is listening 
to.</property>
         <property name="Protocol" required="Yes">HTTP or HTTPS.</property>
         <property name="Method" required="No">HTTP GET or HTTP POST.</property>



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

Reply via email to