독립형 서버에 대한 비즈니스 규칙 동적 저장소 설치

서버는 독립형 서버 프로파일의 작성 또는 기능 보강 중에 독립형 서버 구성에 동적 저장소를 설치합니다.

비즈니스 규칙을 지원하지 않는 데이터베이스를 선택한 경우 시스템은 기본 데이터베이스인 Cloudscape를 사용합니다.

데이터베이스 정보에 대한 자세한 내용은 http://www.ibm.com/support/docview.wss?uid=swg27006205WebSphere Process Server 세부 시스템 요구사항을 참조하여 WebSphere Process Server의 사용자 버전 링크를 참조하십시오.

비즈니스 규칙 동적 저장소가 수동으로 설치되는 경우 DB2에 대해 제공되는 configureArtifactRepository 명령을 사용하십시오.
wsadmin -f configureArtifactRepository.jaclproperties file -profile default wsadmin 
-f configureArtifactRepository.jacl -profile default

여기서:

properties file은 데이터베이스 등록 정보를 포함하는 파일입니다.

등록 정보 파일에서 지정한 데이터베이스 등록 정보는 다음과 같습니다.
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 또는 WebSphere Application Server Network Deployment의 설치 디렉토리

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

dbName
데이터베이스 이름

예: dbName=WPRCSDB

dbType
DB2_Universal, DB2UDBOS390_V7_1, DB2UDBOS390_V8_1, DB2_CLI 또는 CLOUDSCAPE
Cloudscape가 dbtype에 지정되는 경우 다음 등록 정보도 제공되어야 합니다.
dbServerPort
Cloudscape 서버 포트

예: dbServerPort=50000

dbServerName
Cloudscape 서버 이름

예: dbServerName=dbserver

dbHostName
Cloudscape 호스트 이름

예: dbHostName=dbserver

dbPassword
Cloudscape 서버 암호

예: db2passwd

dbClassPath
Cloudscape JDBC 드라이버의 경로

예: dbClassPath=C:\IBM\SQLLIB\java

주: WebSphere Process Server와 함께 제공되는 Cloudscape JDBC 드라이버는 WPS_INSTALL_ROOT\Cloudscape\lib에 있습니다. 여기서 WPS_INSTALL_ROOT는 WebSphere Process가 설치된 디렉토리입니다.
다음은 configureArtifactRepository 명령의 예입니다.
wsadmin -f configureArtifactRepository.jacl 
C:\Program Files\IBM\WebSphere\ProcServer\properties\artifactRepository.properties
   -profile default 

이용약관 |

최종 갱신: Fri Jun 2 2006

(c) Copyright IBM Corporation 2005.
이 Information Center는 Eclipse 기술을 기반으로 합니다. (http://www.eclipse.org)