Client Proxies
All Windchill HTTP traffic is compatible with indirect access through an HTTP proxy.
Standalone applications require http.proxyHost and http.proxyPort Java system properties to be set. Configuring a proxy server host can be done by altering the command line of the application. For example, if the host machine is proxy.acme.com and the port is 8080, then include the following:
-Dhttp.proxyHost=proxy.acme.com -Dhttp.proxyPort=8080
-Dwt.rmi.clientSocketFactory=wt.boot.WTRMIMasterSocketFactory
-Dwt.rmi.javarmicgi=servlet/JavaRMIServlet
這是否有幫助?