전문 관리 > 시각화 및 게시 지원 > WVS 로더 > WVS Adobe Experience Manager 서버 통합 > Adobe Experience Manager 서버 구성
  
Adobe Experience Manager 서버 구성
Adobe Experience Manager 서버와 함께 Windchill Visualization Services를 구성하려면 xconfmanager 명령을 사용하거나 <Windchill>/site.xconf 파일을 직접 편집하고 xconfmanager -p로 전파하여 마스터 사이트에서 다음과 같이 등록 정보를 변경해야 합니다.
* 
Adobe Experience Manager 서버는 edrload.livecycle.assembler.serviceurledrload.livecycle.assembler.credentialalias라는 두 개의 WVS 등록 정보를 사용하여 구성합니다. 해당 등록 정보와 기타 wvs.properties 파일에 대한 자세한 설명은 Windchill Visualization Service 등록 정보를 참조하십시오.
Windchill 10.2부터는 wvs.propertieswvs.properties.xconf 파일의 위치가 변경되었습니다. 이러한 파일은 <Windchill>/codebase 디렉토리에서 <Windchill>/codebase/WEB-INF/conf 디렉토리로 이동되었습니다. 필요한 경우 이 위치 변경을 반영하도록 코드를 변경해야 합니다.
1. 다음과 같이 등록 정보 값을 설정합니다.
xconfmanager 명령을 사용할 경우 다음과 같이 값을 설정합니다.
xconfmanager -t <Windchill>/codebase/WEB-INF/conf/wvs.properties -s “edrload.livecycle.assembler.serviceurl= http://your_adobe_livecycle_server_host_name/soap/services/AssemblerService”
site.xconf 파일을 직접 편집할 경우 다음 값을 추가합니다.
<Property name="edrload.livecycle.assembler.serviceurl" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties"
value="your_adobe_livecycle_server_host_name/soap/services/AssemblerService"/>
2. 선택 사항- PDF에 Acrobat Reader Extensions를 적용하는 데 사용되는 자격 증명 별칭을 구성합니다.
xconfmanager 명령을 사용할 경우 다음과 같이 값을 설정합니다.
xconfmanager -t <Windchill>/codebase/WEB-INF/conf/wvs.properties -s “edrload.livecycle.
assembler.credentialalias=your_credential_alias_name
site.xconf 파일을 직접 편집할 경우 다음 값을 추가합니다.
<Property name="edrload.livecycle.assembler.credentialalias" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value=your_credential_alias_name”/>
3. livecycleauth.properties 파일을 작성하고 Adobe Experience Manager 서버와의 인증에 사용할 사용자 이름과 암호를 추가합니다. WVS는 기본 디렉토리인 <Windchill>에서 이 등록 정보 파일을 찾습니다. 그러나 관리자는 WVS 등록 정보 edrload.livecycle.authfile로 다른 디렉토리 위치를 설정하여 다른 위치를 지정할 수 있습니다. livecycleauth.properties 파일의 내용은 다음과 같아야 합니다.
auth=<livecycle_username>:<livecycle_password>
livecycleauth.properties 파일의 다른 위치를 지정하기 위해 xconfmanager 명령을 사용하는 경우 다음과 같이 값을 설정합니다.
xconfmanager -t <Windchill>/codebase/WEB-INF/conf/wvs.properties -s
“edrload.livecycle.authfile=full_directory_path_location
livecycleauth.properties 파일의 다른 위치를 지정하기 위해 site.xconf 파일을 직접 편집하는 경우 다음 값을 추가합니다.
<Property name="edrload.livecycle.authfile" overridable="true" targetFile="codebase/WEB-INF/conf/wvs.properties" value="full_directory_path_location"/>