Running a Batch Program from the Command Line

It is sometimes useful to be able to run batch programs from the command line. The following command can be run from the main project directory, EJBServer, substituting the appropriate values for <username>, <ClassName> and <OperationName> as well as any parameter name-value pairs:

build runbatch

-Dbatch.username=<username>

-Dbatch.program=curam.core.intf.<ClassName>.<OperationName>

-Dbatch.params="param1=param1value, param2=param2value"