Network Deployment를 위한 비즈니스 규칙 동적 저장소 설치

비즈니스 규칙을 포함하는 응용프로그램을 설치하기 전에 비즈니스 규칙에 대한 동적 저장소가 설치되어야 합니다.

동적 저장소는 모든 응용프로그램이 동일한 데이터를 사용하도록 허용하는 동일한 저장소를 사용하도록 모든 서버를 구성할 수 있는 중앙 집중 구성을 지원합니다. 이것은 Business Rule Manager 도구를 사용하여 동적으로 이 데이터를 갱신할 사용자에게 중요합니다. 중앙 저장소에서는 다음 작업을 수행할 수 있습니다.

프로파일을 작성하거나 기능을 보강하는 동안 WPRCSDB 데이터베이스가 비DB2 또는 비Oracle 데이터베이스가 되도록 구성한 경우 configureArtifactRepository 명령을 사용하여 동적 저장소를 수동으로 구성해야 한다는 메시지가 표시됩니다. 수동 구성은 DB2로만 제한됩니다.

다음은 configureArtifactRepository 명령 구문입니다.

wsadmin -f configureArtifactRepository.jacl property file -profile {default | dmgr}

여기서:

properties file = a file containing the database properties
-profile {default | dmgr} = the profile type

등록 정보 파일에서 지정한 데이터베이스 등록 정보는 다음과 같습니다.

cellName
셀 이름

예: cellName=T40Cell04

nodeName
노드의 이름

예: nodeName=T40CellManager04

profilePath
프로파일 루트 이름

예: profilePath=install_root\profiles\profile_name

profileName
프로파일 이름

예: profileName=Dmgr04

WBI_HOME
install_root = WebSphere Process Server의 설치 디렉토리

예: C:\Program Files\IBM\WebSphere\ProcServer

WAS_HOME
install_root = WebSphere Application Server Network Deployment의 설치 디렉토리

예: C:\Program Files\IBM\WebsSphere\ProcServer

dbName
데이터베이스 이름

예: dbName=dynamicDB

dbType
DB2_Universal, DB2UDBOS390_V7_1, DB2UDBOS390_V8_1 또는 DB2_CLI

다음은 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)