IBM Enterprise Records, 버전 5.1 이상       애플리케이션 서버:  WebSphere Application Server   운영 체제:  Windows

(WebSphere Application Server) Windows에서 파일 계획 가져오기 내보내기 도구 구성

파일 계획 가져오기 내보내기 도구를 설치한 후, WebSphere® Application Server의 인스턴스에 관련된 값으로 명령 파일을 편집하여 도구를 구성해야 합니다. 여러 버전의 WebSphere Application Server에서는 명령 파일을 서로 다르게 수정해야 합니다. 명령 파일은 FilePlanTool.bat입니다.

WebSphere Application Server 또는 WebSphere Application Server 클라이언트가 설치되고 파일 계획 가져오기 내보내기 도구를 설치한 서버에서 사용 가능해야 합니다.
명령 파일을 구성하려면 다음을 수행하십시오.
  1. 파일 계획 가져오기 내보내기 도구를 설치한 서버에 로그온하십시오.
  2. FilePlanTool.bat 파일을 백업하십시오. 기본 위치는 ier_install_path/FilePlanImportExportTool/FilePlanTool.bat입니다.
  3. 텍스트 편집기에서 FilePlanTool.bat 파일을 열고 다음과 같이 변경하십시오.
    1. APP_SERVER= 매개변수를 검색하고 값을 WebSphere로 설정하십시오. 예: set APP_SERVER=WebSphere
    2. WebSphere Server 절에서, WS_DIR= 매개변수를 검색하고 값을 WebSphere Application Server 또는 WebSphere Application Server 클라이언트가 설치된 디렉토리로 설정하십시오. 예: set WS_DIR=C:/Program Files/IBM/WebSphere/AppServer
    3. WebSphere Server 절에서 NAMING_PROVIDER_URL= 매개변수를 검색하고 값을 다음 형식의 Content Engine 서버 URL로 설정하십시오. set NAMING_PROVIDER_URL=iiop://CE Server:port#
    4. WebSphere Server 절에서 CORBA_CONFIGURL= 매개변수를 검색하고 값을 sas.client.props 파일 위치로 설정하십시오.
      WebSphere Application Server 6.0 이전
      set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
      "file:%WS_DIR%/profiles/default/properties/
      sas.client.props"
      WebSphere 클라이언트
      set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
      "file:%WS_DIR%/properties/sas.client.props"
      WebSphere Application Server 6.1 및 7.0
      set CORBA_CONFIGURL=-Dcom.ibm.CORBA.ConfigURL=
      "file:%WS_DIR%/profiles/AppSrv01/properties/
      sas.client.props"
  4. (SSL이 있는 WebSphere Application Server 6.1) ssl.client.propsJVA_ARGS 매개변수에 추가하십시오. RunTool 행 앞에 다음 코드를 추가하십시오.
    set JVA_ARGS=%JVA_ARGS% -Dcom.ibm.SSL.ConfigURL
    ="file:%WS_DIR%/profiles/AppSrv01/properties/
    ssl.client.props"


피드백

마지막 업데이트 날짜: 2011년 8월


© Copyright IBM Corp. 2011.
이 Information Center는 Eclipse 기술로 구현됩니다. (http://www.eclipse.org 웹 사이트 참조)