Rational Developer for System z

키 맵핑 파일

키 맵핑 파일은 system z용 Rational® Developer 구성 파일을 내보낼 때 생성됩니다. 이 파일은 System z®용 Rational Developer 푸시 투 클라이언트 구성 환경에 사용되는 구성 파일의 이름, 위치 및 문자 인코딩을 저장합니다.
키 맵핑 파일은 keymapping.xml이라고 하는 UTF-8 인코딩된 XML 파일입니다. z/OS® 시스템에서 이 파일의 기본 위치는 /var/rdz/pushtoclient/keymapping.xml입니다. 이 위치는 /etc/rdz/pushtoclient.properties 파일의 pushtoclient.folder 특성에 정의됩니다. pushtoclient.properties 파일에 대한 자세한 정보는 System z용 IBM® Rational Developer 호스트 구성 안내서(SC23-7658)를 참조하십시오.
키 맵핑 파일에는 다음과 같은 각 구성 파일의 태그가 포함됩니다.
<fileId>
구성 파일을 식별합니다. 이 태그에는 다음과 같은 값이 포함됩니다. 여기에서는 각 파일의 내보내기 창에 나타나는 레이블을 사용하여 설명합니다.
  • com.ibm.ftt.resources.zos.install.configuration 구성 파일 설치 - 버전 구성
  • com.ibm.ftt.resources.zos.install.response 구성 파일 설치 - 응답 파일
  • com.ibm.ftt.configurations.RSEConnections 원격 시스템 연결
  • com.ibm.ftt.configurations.EclipsePreferences Eclipse 환경 설정
  • com.ibm.ftt.projects.configurations.HostBasedConfigurationFile 호스트 기반 프로젝트 구성 파일
  • com.ibm.ftt.resources.zos.mapping.specificmapping z/OS 파일 시스템 맵핑 구성 파일 - MVS™ 파일 - 자원 맵핑
  • com.ibm.ftt.resources.zos.mapping.bct z/OS 파일 시스템 맵핑 구성 파일 - MVS 파일 - 양방향 변환표
  • com.ibm.ftt.resources.zos.mapping.genericmapping z/OS 파일 시스템 맵핑 구성 파일 - MVS 파일 - 시스템 맵핑
  • com.ibm.ftt.properties.zos.propertygroups 특성 그룹 구성 파일 - 특성 그룹
  • com.ibm.ftt.properties.zos.defaultvalues 특성 그룹 구성 파일 - 기본값
주: 설치, 원격 시스템 연결 및 Eclipse 환경 설정 구성 파일은 1차 시스템에만 저장됩니다.
<containerPath>
z/OS 시스템에서 구성 파일의 위치를 지정합니다. 각 구성 파일의 기본 컨테이너 경로는 키 맵핑 파일이 포함된 폴더 또는 하위 폴더입니다. 하위 폴더는 상위 폴더의 파일 수를 줄이고 비슷한 파일 세트(예: Eclipse 환경 설정 파일)를 그룹화하는 데 사용됩니다.
<fileMask>
구성 파일의 이름을 지정합니다. 일부 내보내기 조작(예: Eclipse 환경 설정 및 RSE 연결)은 여러 개의 파일을 생성합니다. 이러한 조작의 경우 파일 마스크의 값에 와일드카드 문자(예: *.xml*.zip)를 사용합니다.
<encoding>
구성 파일의 문자 인코딩을 지정합니다.

샘플 키 맵핑 파일

다음 샘플 키 맵핑 파일은 z/OS 시스템의 /var/rdz/pushtoclient 경로에 저장된 구성 파일을 나타냅니다.
<?xml version="1.0" encoding="UTF-8"?>
 <configuration-system>
   <location-list>
     <location>
       <fileId>com.ibm.ftt.resources.zos.install.configuration</fileId>
       <containerPath>/var/rdz/pushtoclient/install</containerPath>
       <fileMask>installconfig.xml</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.resources.zos.install.response</fileId>
       <containerPath>/var/rdz/pushtoclient/install/responsefiles</containerPath>
       <fileMask>*.xml</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.configurations.EclipsePreferences</fileId>
       <containerPath>/var/rdz/pushtoclient/preferences</containerPath>
       <fileMask>*.pref</fileMask>
       <encoding>IBM-1047</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.configurations.RSEConnections</fileId>
       <containerPath>/var/rdz/pushtoclient/connections</containerPath>
       <fileMask>*.zip</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.projects.configurations.HostBasedConfigurationFile</fileId>
       <containerPath>/var/rdz/pushtoclient/projects</containerPath>
       <fileMask></fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.resources.zos.mapping.genericmapping</fileId>
       <containerPath>/var/rdz/pushtoclient/mappings</containerPath>
       <fileMask>zossys.xml</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.resources.zos.mapping.specificmapping</fileId>
       <containerPath>/var/rdz/pushtoclient/mappings</containerPath>
       <fileMask>zoshlq_*.xml</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.resources.zos.mapping.bct</fileId>
       <containerPath>/var/rdz/pushtoclient/mappings</containerPath>
       <fileMask>*.bct</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.properties.propertygroups</fileId>
       <containerPath>/var/rdz/pushtoclient/properties</containerPath>
       <fileMask>propertygroups.xml</fileMask>
       <encoding>UTF-8</encoding>
     </location>
     <location>
       <fileId>com.ibm.ftt.properties.defaultvalues</fileId>
       <containerPath>/var/rdz/pushtoclient/properties</containerPath>
       <fileMask>defaultvalues.xml</fileMask>
       <encoding>UTF-8</encoding>
     </location>
   </location-list>
 </configuration-system>

이용 약관 | 피드백

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