jmeter/bin/jmeter.properties

54 lines
1.9 KiB
Properties
Raw Normal View History

################################################################################
# Apache JMeter Property file
################################################################################
#Paths to search for classes (";" must be the separator)
search_paths=ApacheJMeter.jar;classes
# 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.
#ssl.provider=com.sun.net.ssl.internal.ssl.Provider
#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
#Alternative protocol of the ssl provider for IAIK JCE + iSaSiLk
#ssl.pkgs=iaik.protocol
#Flag for whether to output debug messages to System.err
#To enable it, set the value to "true"
debug.ssl=false
#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
config.tree.icon=leafnode.gif
# Remote Hosts - comma delimited
#remote_hosts=127.0.0.1
#Components to not display in JMeter GUI
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