安裝與升級 > 安裝與組態指南 > 進階組態 > 配置 Windchill 和遠端 HTTP Server 搭配工作 > 配置分割組態
  
配置分割組態
此程序會參照至下列變數元素:
<webapp> - 在安裝 Info*Engine 時,為 Windchill 輸入的 Web 應用程式前後關聯根目錄,例如 "Windchill"。
<Windchill_主機名稱> - Windchill 主機的完整主機名稱
<遠端_Apache_主機名稱> - 執行 HTTP Server 所在之電腦的完整主機名稱。
<taskdispatcher_minport> - Windchill 中,wt.adapter.simpleTaskDispatcher.minPort 屬性的值
1. 請遵循本指南中的相關指示在一部電腦上安裝及配置 Windchill 與 HTTP Server。核對您是否能夠利用 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 port>/<webapp>
如需詳細資訊,請參閱 Reverse ProxiesConfiguring RMI for Tunneling over HTTP
5. 重新啟動應用伺服器。
6. 透過 http://<遠端_Apache_主機名稱>/<webapp> 來存取 Windchill 伺服器