예: 저장소 특성 파일로부터의 작업
WSGrid는 작업 저장소에 저장된 작업을 제출할 수 있습니다. 저장소 특성 파일을 사용하여 저장된 작업 정의 및 대체 특성을 지정할 수 있습니다.
PostingsSample 작업이 PostingsSample 이름의 저장소에 저장된 경우 WSGrid.repo-postings.job이라는 특성 파일을 사용하여 저장된 작업 정의 및 대체 특성을 지정할 수 있습니다.
# This specifies which job from the repository to submit.
repository-job=PostingsSample
# The following substitution property values will be passed to the job.
substitution-prop.wsbatch.count=5
substitution-prop.checkpoint=timebased
substitution-prop.checkpointInterval=15
substitution-prop.postingsDataStream=${was.install.root}/temp/postings"
이 특성
파일에 설명된 작업을 제출하는 WSGrid 호출은 다음과
같습니다.
WSGrid WGrid.cntl WSGrid.repo-postings.job