You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/12/29 16:42:03 UTC

svn commit: r1722159 - /jmeter/trunk/src/core/org/apache/jmeter/help.txt

Author: pmouawad
Date: Tue Dec 29 15:42:02 2015
New Revision: 1722159

URL: http://svn.apache.org/viewvc?rev=1722159&view=rev
Log:
Remove mention of ApacheJMeter.jar as it can be source of bugs. Mention only sh and bat 

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/help.txt

Modified: jmeter/trunk/src/core/org/apache/jmeter/help.txt
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/help.txt?rev=1722159&r1=1722158&r2=1722159&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/help.txt (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/help.txt Tue Dec 29 15:42:02 2015
@@ -1,37 +1,30 @@
 
-To run Apache JMeter in GUI mode:
-Double-click on the ApacheJMeter.jar file.  
-If this doesn't work, open a command prompt and type:
+To run Apache JMeter in GUI mode, open a command prompt and type:
 
-java -jar ApacheJMeter.jar [-p property-file]
+jmeter.bat(Windows)/jmeter.sh(Linux) [-p property-file]
 
 --------------------------------------------------
 
 To run Apache JMeter in NON_GUI mode:
 Open a command prompt (or Unix shell) and type:
 
-java -jar ApacheJMeter.jar -n -t test-file [-p property-file] [-l log-file]
+jmeter.bat(Windows)/jmeter.sh(Linux) -n -t test-file [-p property-file] [-l log-file]
 
 --------------------------------------------------
 
 To tell Apache JMeter to use a proxy server:
-Open a command prompt and type:
+Open a command prompt and type for Linux/Unix:
 
-java -jar ApacheJMeter.jar -H [your.proxy.server] -P [your proxy server port]
+jmeter.bat(Windows)/jmeter.sh(Linux) -H [your.proxy.server] -P [your proxy server port]
+
+For Windows:
+jmeter.bat(Windows)/jmeter.sh(Linux) -H [your.proxy.server] -P [your proxy server port]
 
 ---------------------------------------------------
 
 To run Apache JMeter in server mode:
-Open a command prompty and type
-
-java -jar ApacheJMeter.jar -s
-
-Or, use the provided script file: jmeter-server.bat(Windows)/jmeter-server(Linux)
-
----------------------------------------------------
+Open a command prompty and type for Linux/Unix:
 
-Please note that a script file is provided: 
-jmeter.bat(Windows)/jmeter(Linux) that can be
-used in place of "java -jar ApacheJMeter.jar".  Example:
+jmeter-server.bat(Windows)/jmeter-server(Linux)
 
-jmeter -p jmeter.properties -H my.proxy.com -P 9999
+---------------------------------------------------
\ No newline at end of file