专业化管理 > 支持可视化和发布 > WVS 加载程序 > 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 可视化服务属性
从 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. 可选 – 配置凭证别名,用于对 PDF 文件应用 Acrobat Reader 扩展名。
如果使用 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"/>