명령행에서 deployapplication.xml 구성 XML 파일에 대해
execute 명령을 실행하여 Content Engine 애플리케이션을
웹 애플리케이션 서버에 배치할 수 있습니다.
deployapplication.xml 파일을 실행하려면 다음을 수행하십시오.
- ce_install_path/tools/configure로 이동하십시오.
여기서, ce_install_path는 Content Engine을 설치한 경로입니다.
- 다음 명령을 실행하십시오.
configmgr_cl execute -task DeployApplication -profile myprofile
여기서,
-profile myprofile 매개변수는
사용할 프로파일을 지정합니다.
myprofile 값은 다음 중
하나로 지정할 수 있습니다.
- 프로파일 이름(예: ce_was_tiv_db2). 프로파일은
ce_install_path/tools/configure/profiles 디렉토리에 있어야 합니다.
여기서, ce_install_path는
Content Engine 소프트웨어가 설치된
위치입니다.
- 프로파일 디렉토리에 대한 절대 경로는 "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" 또는 opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2와 같습니다.
- 프로파일 입력 파일의 완전한 경로는 "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg" 또는 opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfg와 같습니다.
알아두기: 경로에 포함된 디렉토리 이름에 공백이 있는 경우, 경로 전체를 따옴표로
묶으십시오. 예를 들어 "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfg"와 같이 입력하십시오.