Business Rules Manager 설치

Business Rules Manager는 WebSphere Process Server에 대한 플러그인으로 설치됩니다. 관리 콘솔을 사용하여 설치하거나 Windows 또는 Linux의 경우 .jacl 스크립트를 사용할 수 있습니다.

명령 프롬프트에서 수동으로 Business Rules Manager를 설치하려면 프로세스 서버를 시작한 후 WAS_HOME/bin의 설치 스크립트를 실행해야 합니다.
Windows 및 Unix/Linux의 경우 다음 명령행을 사용하십시오.
  - run shell/command prompt and change directory to WAS_HOME/bin

  - run the following command with WebSphere Process Server started
     Win32 : wsadmin.bat -f installBRManager.jacl -s servername
                         -n nodename -c cellname -r rootname 
                         -a applicationname
     Linux : /wsadmin.sh -f ./installBRManager.jacl -s servername
                         -n nodename -c cellname -r rootname 
                         -a <applicationname
여기서:
servername
Application Server의 이름.

이 인수의 쌍은 Network Deployment 구성에서 필수입니다.

nodename
설치 노드의 이름.

이 인수의 쌍은 Network Deployment 구성에서 필수입니다.

cellname
설치 셀의 이름.

이 인수의 쌍은 선택사항입니다.

rootname
응용프로그램 루트의 이름.

이 인수의 쌍은 선택사항입니다. 누락되면 rootname의 기본값은 "br/webclient"입니다.

applicationname
응용프로그램의 이름

누락되면 applicationname의 기본값은 "BusinessRulesManager"입니다.

주: WebSphere Process Server가 단일 서버 환경에서 구성되는 경우 이러한 모든 인수 쌍은 선택적입니다. WebSphere Process Server가 Network Deployment 환경에 대해 구성되는 경우 필수인 두 인수 쌍은 다음과 같습니다.
  • -s servername
  • -n nodename
다른 인수 쌍은 선택적입니다.
주: 누락된 인수는 다음 기본값을 사용합니다.
  • "server1" = servername
  • "br/webclient" = rootname
  • "BusinessRulesManager" = applicationname

이용약관 |

최종 갱신: Fri Jun 2 2006

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