techact / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

Override property from init parameter #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good to be able to override any property that's on the 
"solrmeter.properties" file with an init parameter. It would be something like:

java -jar solrmeter.jar -Pproperty.name=propertyValue

That way, it will is not necesary to open the jar file for updating a single 
property.

Original issue reported on code.google.com by tflo...@gmail.com on 4 Aug 2010 at 2:26

GoogleCodeExporter commented 8 years ago
VM properties now override the properties of the configuration file. The way to 
add VM parameters is standar:
java  -Dproperty.name=propertyValue -jar solrmeter.jar

Original comment by tflo...@gmail.com on 26 Nov 2010 at 12:52

GoogleCodeExporter commented 8 years ago

Original comment by tflo...@gmail.com on 18 Feb 2011 at 7:50