파일 계획 가져오기 내보내기 도구를 설치한 후,
WebSphere® Application
Server의 인스턴스에 관련된 값으로
명령 파일을 편집하여 도구를 구성해야 합니다.
여러 버전의 WebSphere Application
Server에서는
명령 파일을 서로 다르게 수정해야 합니다. 명령 파일은 FilePlanTool.sh입니다.
시작하기 전에
WebSphere Application
Server 또는
WebSphere Application
Server
클라이언트가 설치되고 파일 계획 가져오기 내보내기 도구를 설치한 서버에서
사용 가능해야 합니다.
프로시저
명령 파일을 구성하려면 다음을 수행하십시오.
- FilePlanTool.sh 파일을 백업하십시오.
기본 위치는 ier_install_path/FilePlanImportExport/Tool/FilePlanTool.sh입니다.
- 텍스트 편집기에서 FilePlanTool.sh
파일을 열고 다음과 같이 변경하십시오.
- APP_SERVER= 매개변수를 검색하고
값을 WebSphere로 설정하십시오. 예:
APP_SERVER=WebSphere
- WS_DIR= 매개변수를 검색하고
값을 WebSphere Application
Server 또는 WebSphere Application
Server 클라이언트가 설치된 디렉토리로 설정하십시오. 예: WS_DIR=/opt/IBM/WebSphere/AppServer
- WebSphere Server 절에서 NAMING_PROVIDER_URL= 매개변수를
검색하고 값을 다음 형식의 Content Engine 서버 URL로
설정하십시오. NAMING_PROVIDER_URL=iiop://CE
Server:port#
- WebSphere Server 절에서 CORBA_CONFIGURL= 매개변수를 검색하고
값을 sas.client.props 파일 위치로 설정하십시오.
- WebSphere Application
Server 6.0 이전
CORBA_CONFIGURL=file:"$WS_DIR"/profiles/default/
properties/sas.client.props
- WebSphere 클라이언트
CORBA_CONFIGURL=file:"$WS_DIR"/properties/
sas.client.props
- WebSphere Application
Server 6.1 또는 7.0
CORBA_CONFIGURL=file:"$WS_DIR"/profiles/AppSrv01/
properties/sas.client.props
- CORBA_CONFIGURL 매개변수에서 참조된
sas.client.props 파일로 이동하십시오.
도구를 실행할 때 Content Engine 또는
컨텐츠 플랫폼 엔진에 로그온하기 위해 요구사항을 사용 안함으로 설정하려면 다음과 같이 변경하여
sas.client.props 파일을 수정하십시오.
- com.ibm.CORBA.loginSource= 매개변수를
없음으로 설정하십시오. 예: com.ibm.CORBA.loginSource=none
- 파일을 저장하고 닫으십시오.