安装和升级 > 安装和配置指南 > 高级配置 > 安装和配置 Adobe Experience Manager 软件 > 配置 Windchill 以与 Adobe Experience Manager Forms 软件共用
  
配置 Windchill 以与 Adobe Experience Manager Forms 软件共用
本节描述了配置 Windchill 解决方案使之与 Adobe Experience Manager Forms 软件共用的步骤。如果 Adobe 软件与 Windchill 安装于同一台服务器上,则默认值将会生效。
需要将有效的服务器证书导入 Windchill 客户端。如需了解有关导入证书的详细信息,请参阅 Configuring Windchill with Oracle Database to Use JDBC over SSL 主题中 "Creating Certificate and Exchanging it at Client and Server Side" 的第 4 点。
要配置 Windchill 解决方案,请执行以下步骤:
1. 在 db.properties 文件中,定义以下值:
com.adobe.DefaultSOAPEndPoint=<Adobe Experience Manager ES 安装位置>
该值表示调用请求将要发送到的端点。如果将 Adobe Experience Manager ES 安装在单独的应用程序服务器上,则需要为 <Adobe Experience Manager ES 安装位置> 指定 J2EE 应用程序服务器名称。如果客户端应用程序位于同一个 J2EE 应用程序服务器上,则为 <Adobe Experience Manager ES 安装位置> 指定本地主机。例如,http://localhost:8080。默认的端点为 http://localhost:8080。
com.adobe.ServerType=<Adobe Experience Manager ES 安装服务器类型>
其中 <Adobe Experience Manager ES 安装服务器类型> 是 Adobe Experience Manager ES 安装所驻留的服务器的类型。默认值为 JBoss。
com.adobe.Username=<Adobe Experience Manager ES 服务器用户名>
其中 <Adobe Experience Manager ES 服务器用户名> 是 Adobe LiveCycle ES 安装所驻留的服务器的登录用户名称。默认值为 administrator。
com.adobe.Password=<Adobe Experience Manager ES 服务器密码>
其中 <Adobe Experience Manager ES 服务器密码> 是 Adobe Experience Manager ES 安装所驻留的服务器的登录用户密码。默认值为 password。默认值设置为 "default"。可加密该“密码”字段。为此,需要在 Windchill shell 中运行以下命令序列来传播新的 Adobe Experience Manager 服务器密码:
1. xconfmanager -s com.adobe.Password=<password_value> -t db/db.properties
<password_value> 将连接到特定于 Adobe 配置的 Adobe 服务器。
2. xconfmanager –p
3. 重新启动 服务器。
* 
如果要设置加密的值,则请勿在 site.xconf 中传播这一与密码相关的特性。
* 
交钥匙安装方法使用的端口设置为 8080。这不是使用“交钥匙”安装方法能够改变的值。
2. 将以下 JAR 文件从 Adobe 表单服务器复制到 <windchill-root directory>\srclib\adobeFormLibs:
adobe-usermanger-client.jar
adobe-livecycle-client.jar
adobe-output-client.jar
adobe-forms-client.jar
adobe-utilities.jar
可在以下位置找到这些 jar 文件:
<Forms_Server_Home>\LiveCycle_ES_SDK\client-libs\common\adobe-usermanager-client.jar
<Forms_Server_Home>\LiveCycle_ES_SDK\client-libs\common\adobe-livecycle-client.jar
<Forms_Server_Home>\LiveCycle_ES_SDK\client-libs\common\adobe-output-client.jar
<Forms_Server_Home>\LiveCycle_ES_SDK\client-libs\common\adobe-forms-client.jar
<Forms_Server_Home>\LiveCycle_ES_SDK\client-libs\jboss\adobe-utilities.jar
其余的第三方 jar 文件与 Windchill 捆绑在一起并且将在 <Windchill>\srclib\adobeFormLibs 中对其进行部署。其中 <Windchill>Windchill 系统的安装位置。