从命令行运行批处理程序

能够从命令行运行批处理程序有时会很有用。可从主要项目目录 EJBServer 运行以下命令,从而代替 <username>、<ClassName> 和 <OperationName> 的相应值以及任何参数名称/值对:

build runbatch

-Dbatch.username=<username>

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

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