安裝與升級 > Windchill 安裝與組態 > 進階組態 > 使用其他選項配置 PTC HTTP Server 與 Embedded Servlet Engine > 將 PTC HTTP Server 作為 Windows 服務執行 > 將 PTC HTTP Server 作為 Windows 服務執行
  
PTC HTTP Server 作為 Windows 服務執行
PTC HTTP Server 配置為 Windows 服務的相關指示已經使用 PTC HTTP Server Ant 指令且不帶 Ant 指令而提供。
Without Ant
從 Apache/bin 目錄執行此指令:
apache -k install -n <ServiceName>
其中 <ServiceName> 是參照此服務的具唯一性名稱。
如果您有安裝 PTC HTTP Server Ant,則可以使用 Ant 指令來實行。
With Ant
PTC HTTP Server 根目錄執行 Ant 指令:
ant -f config.xml installService -DserviceName=<ServiceName>
其中 <ServiceName> 是參照此服務的具唯一性名稱。