명령행에서 일괄처리 프로그램 실행

명령행에서 일괄처리 프로그램을 실행할 수 있으면 유용한 경우가 있습니다. 기본 프로젝트 디렉토리, EJBServer에서 매개변수 이름-값 쌍뿐 아니라 <username>, <ClassName> 및 <OperationName>을 적절한 값으로 대체하여 다음 명령을 실행할 수 있습니다.

build runbatch

-Dbatch.username=<username>

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

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