Sign-up our Newsletter  Register on our LinkedIn  Follow us on Twitter  Check out our Facebook  Follow us on Google+
Follow

When using a proxy, you may need to adapt your jnlp



If you use a proxy to access the internet, you may need to adapt the following files for XStudio to also access the internet :
  1. xstudio.jnlp
  2. xagent.jnlp
  3. 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>
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.