If you use a proxy to access the internet, you may need to adapt the following files for XStudio to also access the internet :
- xstudio.jnlp
- xagent.jnlp
- xstudio.jsp:
You need to add the following jvm parameters:
<argument>--options</argument>
<argument>-Dhttp.proxyHost=
proxy.acme.fr -Dhttp.proxyPort=8080 -Dhttps.proxyHost=
proxy.acme.fr -Dhttps.proxyPort=8080 -Dhttp.proxyUser=xxx -Dhttp.proxyPassword=yyyy -Dhttps.proxyUser=xxxx -Dhttps.proxyPassword=yyyyy -Dhttp.nonProxyHosts=
localhost|*.acme.com|*.acme.fr</argument>
0 Comments