特定管理 > 支援視覺化與發行 > WVS Loader > WVS Adobe Experience Manager 伺服器整合 > 配置 Adobe Experience Manager 伺服器
  
配置 Adobe Experience Manager 伺服器
欲使用 Adobe Experience Manager 伺服器配置 Windchill Visualization Services,請利用下列其中一種方式對「主網站」進行內容變更:使用 xconfmanager 指令或透過手動編輯 <Windchill>/site.xconf 檔案,然後以 xconfmanager -p 傳播檔案
* 
可使用兩個 WVS 內容配置 Adobe Experience Manager 伺服器:edrload.livecycle.assembler.serviceurledrload.livecycle.assembler.credentialalias。如需這些內容及其他 wvs.properties 檔案的完整描述,請參閱 Windchill Visualization Service 內容
從 Windchill 10.2 開始, PTC 已變更 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. 選用 - 配置用來將 Acrobat Reader extensions 功能套用至 PDF 的證明別名。
如果使用 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"/>