Author: sebb
Date: Sat Apr 2 09:00:22 2011
New Revision: 1087982
URL: http://svn.apache.org/viewvc?rev=1087982&view=rev
Log:
Fix typo in property name
Modified:
jakarta/jmeter/trunk/bin/jmeter.properties
Modified: jakarta/jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/jmeter.properties?rev=1087982&r1=1087981&r2=1087982&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/jmeter.properties (original)
+++ jakarta/jmeter/trunk/bin/jmeter.properties Sat Apr 2 09:00:22 2011
@@ -729,12 +729,12 @@ beanshell.server.file=../extras/startup.
#jmeterengine.threadstop.wait=5000
# If running non-GUI, then JMeter listens on the following port for a shutdown
message.
-# To disable, set the port to 0.
+# To disable, set the port to 1000 or less.
#jmeterengine.nongui.port=4445
#
# If the initial port is busy, keep trying until this port is reached
# (to disable searching, set the value less than or equal to the .port
property)
-#jmeterengine.nongui.portmax=4455
+#jmeterengine.nongui.maxport=4455
#Should JMeter expand the tree when loading a test plan?
#onload.expandtree=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]