비즈니스 규칙을 포함하는 응용프로그램을 설치하기 전에 비즈니스 규칙에 대한 동적 저장소가 설치되어야 합니다.
동적 저장소는 모든 응용프로그램이 동일한 데이터를 사용하도록 허용하는 동일한 저장소를 사용하도록 모든 서버를 구성할 수 있는 중앙 집중 구성을 지원합니다. 이것은 Business Rule Manager 도구를 사용하여 동적으로 이 데이터를 갱신할 사용자에게 중요합니다. 중앙 저장소에서는 다음 작업을 수행할 수 있습니다.
프로파일을 작성하거나 기능을 보강하는 동안 WPRCSDB 데이터베이스가 비DB2 또는 비Oracle 데이터베이스가 되도록 구성한 경우 configureArtifactRepository 명령을 사용하여 동적 저장소를 수동으로 구성해야 한다는 메시지가 표시됩니다. 수동 구성은 DB2로만 제한됩니다.
wsadmin -f configureArtifactRepository.jacl property file -profile {default | dmgr}
여기서:
properties file = a file containing the database properties -profile {default | dmgr} = the profile type
등록 정보 파일에서 지정한 데이터베이스 등록 정보는 다음과 같습니다.
예: cellName=T40Cell04
예: nodeName=T40CellManager04
예: profilePath=install_root\profiles\profile_name
예: profileName=Dmgr04
예: C:\Program Files\IBM\WebSphere\ProcServer
예: C:\Program Files\IBM\WebsSphere\ProcServer
예: dbName=dynamicDB
다음은 configureArtifactRepository 명령의 예제입니다.
wsadmin -f configureArtifactRepository.jacl C:\Program Files\IBM\
WebSphere\ProcServer\properties\artifactRepository.properties -profile dmgr
최종 갱신: Fri Jun 2 2006
(c) Copyright IBM Corporation 2005.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)