Skip to main content

Use a Proxy Server with PoolParty (Windows)

Abstract

Use a Proxy Server with PoolParty (Windows)

This section contains a short guide on how to configure settings on Windows to use PoolParty with a proxy server.

Note

These configuration changes take effect only after you have restarted the Tomcat service. Remember to save any changes in opened PoolParty projects before you proceed.

  1. Open the Tomcat Service Application on Windows.

  2. Change to the Java tab.

  3. In the Options field, enter lines similar to the ones shown below.

  4. Confirm your changes clicking OK.

  5. Restart the Tomcat service.

Example Settings:

-Dhttp.proxySet=true \
-Dhttp.proxyHost=172.28.10.15 \
-Dhttp.proxyPort=3128 \

The result would look like this:

26412312.png