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
Feedback sent
We appreciate your effort and will try to fix the article