Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

Default proxy configuration

Modified on Wed, 10 Jul at 11:46 AM

In order to store a default proxy in the formcycle system, this can be specified in the Java Run Time Environment. Appropriate start parameters for Tomcat should be stored here, e.g.:

-Dhttps.proxyHost=10.xxx.xxx.xxx
-Dhttps.proxyPort=8080
-Dhttps.nonProxyHosts=localhost|10.xxx.xxx.xxx
-Dhttp.proxyHost=10.xxx.xxx.xxx
-Dhttp.proxyPort=8080
-Dhttp.nonProxyHosts=localhost|10.xxx.xxx.xxx

The information must be stored separately for HTTP or HTTPS.

Configuration under Windows

In your Tomcat installation folder /bin you should find a management application tomcat8w.exe (or in later versions tomcat9w.exe, etc.). You have to start this and then go to the Java tab. Paste the arguments into the "Java Options:" field:



Note that when adding new arguments, they must be inserted into the field as a new line.

Configuration under Lunix / Unix

Under *nix, the changes should be applied to the setenv.sh file.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article