Author: sebb Date: Thu May 7 22:03:26 2009 New Revision: 772789 URL: http://svn.apache.org/viewvc?rev=772789&view=rev Log: Typo (thanks to Milamber)
Modified: jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml?rev=772789&r1=772788&r2=772789&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/best-practices.xml Thu May 7 22:03:26 2009 @@ -93,7 +93,7 @@ <p> If JMeter does not record any samples, check that the brower really is using the proxy. If the browser works OK even if JMeter is not running, then the browser cannot be using the proxy. -Some browsers ignore proxy settings for localhost or 128.0.0.1; try using the local hostname or IP instead. +Some browsers ignore proxy settings for localhost or 127.0.0.1; try using the local hostname or IP instead. </p> <!--TODO: Describe how to use this to record against one server[name] and run against another. Actually, this particular example may be beter for the HTTP Request Defaults... Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=772789&r1=772788&r2=772789&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Thu May 7 22:03:26 2009 @@ -4374,7 +4374,7 @@ If you are trying to record from a server running on the same host, then check that the browser is not set to "Bypass proxy server for local addresses" (this example is from IE7, but there will be similar options for other browsers). -If JMeter does not record browser URLs such as http://localhost/ or http://128.0.0.1/, +If JMeter does not record browser URLs such as http://localhost/ or http://127.0.0.1/, try using the non-loopback hostname or IP address, e.g. http://myhost/ or http://192.168.0.2/. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org