安装和升级 > 安装和配置指南 > 高级配置 > 将 Windchill 配置为与远程 HTTP Server 协同工作 > 配置分离式配置
  
配置分离式配置
此过程涉及下列变量元素:
<webapp> - 安装 Info*Engine 时输入的 Windchill web 应用程序的上下文根,例如 "Windchill"。
<Windchill_hostname> - Windchill 主机的完全限定主机名称
<remote_Apache_hostname> - 运行 HTTP Server 的计算机的完全限定主机名称。
<taskdispatcher_minport> - Windchill 中 wt.adapter.simpleTaskDispatcher.minPort 特性的值
1. 请按照本指南中的指示,在装有 HTTP Server 的计算机上安装并配置 Windchill。请验证您是否可以使用 Web 浏览器通过 HTTP Server 访问 Windchill 服务器 (请参阅使用 URL 访问 Windchill)。
2. 使用不同于 Windchill 服务器的主机名在远程计算机上安装 HTTP Server,并更新其配置以使其能够识别 Windchill 安装。
3. 重新启动远程计算机上的 HTTP Server
4. 更新 Windchill 服务器上的 wt.properties。
* 
当更新 wt.properties 文件时,请使用 Windchill shell 中的 xconfmanager 实用程序。
设置下列特性并传播到 wt.properties:
wt.rmi.clientSocketFactory=wt.boot.WTRMIMasterSocketFactory
wt.rmi.serverSocketFactory=wt.util.WrappedRMISocketFactory
wt.rmi.javarmicgi=servlet/JavaRMIServlet
wt.server.codebase=http://<remote_Apache_hostname>:<webserver 端口>/<webapp>
有关详细信息,请参阅 Reverse ProxiesConfiguring RMI for Tunneling over HTTP
5. 重新启动方法服务器:
6. 使用 http://<remote_Apache_hostname>/<web 应用程序> 访问 Windchill 服务器