安裝與升級 > Windchill 安裝與組態 > 進階組態 > 使用其他選項配置 PTC HTTP Server 與 Embedded Servlet Engine > 配置 PTC HTTP Server for IPv6
  
配置 PTC HTTP Server for IPv6
從 Windchill shell 的 <apache_首頁> 中執行:
ant -f config.xml configureForIPv6 -
DIPv6_Interface=<IPv6_位址> -DIPv4_Interface=<IPv4_位址>
IPv6 位址必須加上括號。
例如:
ant -f config.xml configureForIPv6 -
DIPv6_Interface=[11:22:33:44:55:66:77:88] -
DIPv4_Interface=12.34.56.78
如果未指定參數,IPv6 位址將預設為 [::1],也就是本機主機,IPv4 位址將預設為 0.0.0.0,全部為可用的接聽介面。
執行此目標會造成 PTC HTTP Server 透過 HTTP 和 HTTPS 接聽 IPv6 和 IPv4 請求。使用的接聽埠將為目前使用的接聽埠。
如需其他詳細資訊,請執行下列指令並檢查 config.xml 中的 configureForIPv6 目標:
ant -f config.xml -projecthelp.