WebSphere Extended Deployment, Version 6.0.x     운영 체제: AIX, HP-UX, Linux, Solaris, Windows, z/OS

연산 집약적 작업용 xJCL 샘플

다음은 연산 집약적 작업용 xJCL 샘플입니다. 현재 단일 단계 집약 작업만 지원됩니다.

<?xml version="1.0" encoding="UTF-8"?>

<job name="SimpleCIEar" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <jndi-name>ejb/com/ibm/ws/ci/SimpleCIEJB</jndi-name>
       <job-step name="Step1">
            <classname>com.ibm.websphere.ci.samples.SimpleCIWork</classname>
            <props>
               <prop name="calculationTimeInSecs" value="30" />
               <prop name="outputFileName" value="SimpleCI_output_file" />
       </props>
  </job-step>
</job>



Related concepts
xJCL 요소

개념 주제    

이용 약관 | 피드백 마지막 갱신 날짜: Mar 21, 2006 11:34:03 AM EST
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r0/index.jsp?topic=?topic=/com.ibm.websphere.xd.doc/info/scheduler/cxdbatchcij.html

© Copyright IBM 2005, 2006. All Rights Reserved.
이 Information Center는 Eclipse 테크놀러지로 강화되었습니다. (http://www.eclipse.org)