Date: 2005-03-07T06:22:58 Editor: MichaelStover Wiki: Apache JMeter Wiki Page: UserManual/GettingStarted URL: http://wiki.apache.org/jakarta-jmeter/UserManual/GettingStarted
no comment Change Log: ------------------------------------------------------------------------------ @@ -175,3 +175,15 @@ 10/17/2003 12:19:52 PM INFO - jmeter.engine.StandardJMeterEngine: Test has ended}}} The log file can be helpful in determining the cause of an error, as JMeter does not interrupt a test to display an error dialogue. +[[Anchor(configuring)]] +== Configuring JMeter == + +If you wish to modify the properties with which JMeter runs you need to either modify the jmeter.properties inside of the /bin directory or create your own copy of the jmeter.properties and specify it in the command line (jmeter [properties file]). + +'''Parameters''' +|| '''Attribute''' || '''Description''' || '''Required''' || +|| ssl.provider || You can specify the class for your SSL implementation. If you are using the JSSE from sun, then it is:[[BR]]com.sun.net.ssl.internal.ssl.Provider. JMeter, by default, should provide https support is you are using JDK1.4 or if you use JDK1.3 with the JSSE class jars in your JMeter classpath. || No || +|| xml.parser || You can specify an implementation as your XML parser. The default value is:[[BR]]org.apache.xerces.parsers.SAXParser || No || +|| user.dir || The directory JMeter will first go to for saving and loading test scripts. || No || +|| remote_hosts || Comma-delimited list of remote JMeter hosts. If you are running JMeter in a distributed environment, list the machines where you have JMeter remote servers running. This will allow you to control those servers from this machine's GUI || No || +|| not_in_menu || A list of components you do not want to see in JMeter's menus. As JMeter has more and more components added, you may wish to customize your JMeter to show only those components you are interested in. You may list their classname or their class label (the string that appears in JMeter's UI) here, and they will no longer appear in the menus. || No || --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
