2001-09-24 20:02:28 +08:00
|
|
|
|
################################################################################
|
|
|
|
|
|
# Apache JMeter Property file
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
#Paths to search for classes (";" must be the separator)
|
2001-10-12 01:58:38 +08:00
|
|
|
|
search_paths=ApacheJMeter.jar;classes
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
|
|
|
|
|
# Netscape HTTP Cookie file
|
|
|
|
|
|
cookies=cookies
|
|
|
|
|
|
|
|
|
|
|
|
# Authorization
|
|
|
|
|
|
authorization=authorization
|
|
|
|
|
|
|
|
|
|
|
|
#Working directory
|
|
|
|
|
|
user.dir=.
|
|
|
|
|
|
|
|
|
|
|
|
# XML Reader(Parser) - Must implement SAX 2 specs
|
|
|
|
|
|
xml.parser=org.apache.xerces.parsers.SAXParser
|
|
|
|
|
|
|
|
|
|
|
|
#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-10-12 01:58:38 +08:00
|
|
|
|
#ssl.provider=com.sun.net.ssl.internal.ssl.Provider
|
|
|
|
|
|
#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
|
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
|
|
|
|
|
|
#ssl.pkgs=iaik.protocol
|
|
|
|
|
|
|
2001-10-25 00:23:33 +08:00
|
|
|
|
#Flag for whether to output debug messages to System.err
|
|
|
|
|
|
#To enable it, set the value to "true"
|
|
|
|
|
|
debug.ssl=false
|
|
|
|
|
|
|
2001-09-24 20:02:28 +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
|
|
|
|
|
|
|
|
|
|
# Remote Hosts - comma delimited
|
|
|
|
|
|
#remote_hosts=127.0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
#Components to not display in JMeter GUI
|
2001-10-08 13:29:05 +08:00
|
|
|
|
not_in_menu=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
|