-inputparameterfile=myparameters.properties
Option to pass the full file path of a
properties file containing parameter
information. This is ideal for
example if on a shared server
and you do not want to pass your
password on the command line as a parameter, then you can include it
in the properties file like so:
password=coolgeek
|