예: 제어 파일

제어 파일은 다음 특성을 포함할 수 있습니다.

# host of my job scheduler 
scheduler-host=zwasc013.lab.ibm.com
# http port of my job scheduler server 
scheduler-port=9182
# user id of job submitter 
submitter-userid=jobman
# job submitter password
submitter-password=pass2wrd

# enable debug 
debug=true
# increase timeout to 8 seconds per message
timeout=8000

인코딩된 비밀번호를 사용하는 예제 제어 파일

PropFilePasswordEncoder 유틸리티를 사용하여 보안상의 이유로 제어 파일의 비밀번호를 인코딩할 수 있습니다. 이전 예제의 제어 특성을 포함한 WSGrid.cntl 파일의 경우 인코딩 유틸리티가 다음과 같이 호출됩니다.
PropFilePasswordEncoder WSGrid.cntl submitter-password 

PropFilePasswordEncoder가 WSGrid.cntl 파일에 대해 실행되고 나면 submitter-password의 값이 WSGrid.cntl 파일에 인코딩됩니다. 예를 들어 다음과 같습니다.

submitter-password={xor}OTAwPT4tbj4=

주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rgrid_cg_example_control
파일 이름:rgrid_cg_example_control.html