Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JMETER-0.1
-
Fix Version/s: JMETER-0.1
-
Component/s: JMeter
-
Labels:None
-
Number of attachments :
Description
From Freddy Mallet:
The property file "jmeter-report-server.properties" is useless and error-prone.
It'd be better to use command line properties to get at the end the following default command line "java jmeter-report-server.jar -Dtestconfig.iceweb.jtlpath=myFile.jtl"
Now you can set JTL file with a system property from command line.
-> java -Dtestconfig.configname.jtlpath=/path/to/file.jtl -jar jmeter-report-server.jar