예: 연산 집약적 특성 파일
예제 파일 WSGrid.ci.job은 SimpleCI 연산 집약적 작업의 단일 단계를 정의하는 데 필요한 특성을 설명합니다.
# Specify name by which this job is known job-name=SimpleCIEar
# Note, if not specified application-name defaults to job-name.
# This is the jndi name of the Compute Intensive Controller system SLSB.
controller-jndi-name=ejb/com/ibm/ws/ci/SimpleCIEJB
# This is the name of the compute intensive POJO class that implements the
# business logic
ci-class-name=com.ibm.websphere.ci.samples.SimpleCIWork
# The following properties are passed to SimpleCIWork
prop.calculationTimeInSecs=30
prop.outputFileName=/temp/ci.out
이 특성 파일에 설명된
작업을 제출하는 WSGrid 호출은 다음과 같습니다.
WSGrid WGrid.cntl WSGrid.ci.job