2001-10-30 06:03:13 +08:00
|
|
|
|
################################################################################
|
|
|
|
|
|
# Apache JMeter Property file
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
#Paths to search for classes (";" must be the separator)
|
2002-07-12 10:05:49 +08:00
|
|
|
|
search_paths=lib/ext
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Netscape HTTP Cookie file
|
|
|
|
|
|
cookies=cookies
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Authorization
|
|
|
|
|
|
authorization=authorization
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Working directory
|
|
|
|
|
|
user.dir=.
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# XML Reader(Parser) - Must implement SAX 2 specs
|
|
|
|
|
|
xml.parser=org.apache.xerces.parsers.SAXParser
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Classname of the ssl provider to be used (to enable testing of https urls)
|
|
|
|
|
|
#And the package name where Stream Handlers can be found
|
|
|
|
|
|
#These provided defaults can be uncommented, and they will work if you are using
|
|
|
|
|
|
#Sun's JSSE implementation.
|
2001-11-02 05:21:59 +08:00
|
|
|
|
|
2002-08-08 23:53:30 +08:00
|
|
|
|
ssl.provider=com.sun.net.ssl.internal.ssl.Provider
|
2001-11-02 04:35:52 +08:00
|
|
|
|
#ssl.provider=iaik.security.jsse.provider.IAIKJSSEProvider
|
2001-11-02 05:21:59 +08:00
|
|
|
|
#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
|
|
|
|
|
|
|
|
|
|
|
|
#The location of the truststore (trusted certificates) if other than the default.
|
|
|
|
|
|
#you can uncomment this and change the path to the correct location.
|
|
|
|
|
|
#javax.net.ssl.trustStore=/path/to/cacerts
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-24 23:45:50 +08:00
|
|
|
|
#Alternative protocol of the ssl provider for IAIK JCE + iSaSiLk
|
2001-11-10 04:31:58 +08:00
|
|
|
|
#You can also override IAIK specific Providers as well.
|
|
|
|
|
|
|
2001-10-24 23:45:50 +08:00
|
|
|
|
#ssl.pkgs=iaik.protocol
|
2001-11-10 04:31:58 +08:00
|
|
|
|
#ssl.provider=com.mycompany.security.provider.SmartProvider
|
|
|
|
|
|
#iaik.provider=com.mycompany.security.provider.SmartSSLProvider
|
2001-10-24 23:45:50 +08:00
|
|
|
|
|
2001-10-25 00:23:33 +08:00
|
|
|
|
#Flag for whether to output debug messages to System.err
|
2001-10-25 01:13:44 +08:00
|
|
|
|
#To enable it, set the value to "all" Note, for it to work with
|
|
|
|
|
|
#JSSE, it needs to be done from the Java command (i.e. -Djavax.net.debug=all)
|
|
|
|
|
|
javax.net.debug=all
|
2001-10-25 00:23:33 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Classname of the Swing default UI
|
|
|
|
|
|
#Installed Look and Feel classes on Windows are:
|
|
|
|
|
|
# <20>Metal <20> = javax.swing.plaf.metal.MetalLookAndFeel
|
|
|
|
|
|
# <20>Motif <20> = com.sun.java.swing.plaf.motif.MotifLookAndFeel
|
|
|
|
|
|
# <20>Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
|
|
|
|
|
|
jmeter.laf=javax.swing.plaf.metal.MetalLookAndFeel
|
|
|
|
|
|
|
|
|
|
|
|
#icons
|
|
|
|
|
|
timer.tree.icon=timer.gif
|
|
|
|
|
|
listener.tree.icon=ear.gif
|
|
|
|
|
|
bench.tree.icon=clipboard.gif
|
|
|
|
|
|
thread.tree.icon=thread.gif
|
|
|
|
|
|
control.tree.icon=knob.gif
|
|
|
|
|
|
plan.tree.icon=beaker.gif
|
2001-09-29 23:10:53 +08:00
|
|
|
|
config.tree.icon=leafnode.gif
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Remote Hosts - comma delimited
|
2002-08-07 10:15:29 +08:00
|
|
|
|
#remote_hosts=127.0.0.1
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Components to not display in JMeter GUI
|
2002-03-09 08:14:01 +08:00
|
|
|
|
not_in_menu=Remote Method Configuration,JNDI Configuration,JNDI Lookup Configuration,JNDI Request,Default Controller,org.apache.jmeter.control.DynamicController, org.apache.jmeter.protocol.http.control.Cookie,org.apache.jmeter.protocol.http.control.Authorization,org.apache.jmeter.config.LoginConfig,Header,org.apache.jmeter.protocol.http.config.UrlConfigFull,org.apache.jmeter.protocol.http.config.MultipartUrlConfig
|