
Usage: 
java -jar cricketms-1.4.4.jar [options]
java -cp cricketms-1.4.4.jar org.cricketmsf.Runner [options]

Runs selected service class.

Options:
--help | -h                Print this usage information and exit
--run | -r                 Run the configured service on the embeded http server
--config | -c PATH         Use external configuration file at PATH
--force | -f PARAMS        Overwrite selected configuration 
--service | -s SERVICE_ID  Run selected service from the configuration file 
--print | -p               Print settings and exit
--export | -e              Export settings and logging config to files
--lift | -l class          Run specified class (on classpath) as a service

PARAMS format: 
service_id^property_name=value^adapter_name^property_name=value
service_id^^adapter_name^property_name=value
service_id^property_name=value

Without -r option, the runOnce() method of selected service will be executed.
Without -s option, default BasicService will be used.