Can JBE (Jazz build engine) is supported to run behind a proxy server?
![](http://jazz.net/_images/myphoto/53e11b0c3bb0ef04da4846ee2c950b06.jpg)
One answer
![](http://jazz.net/_images/myphoto/53e11b0c3bb0ef04da4846ee2c950b06.jpg)
There are two options: You might want to try what is best for you.
1. Run JBE with proxy arguments as below:
jbe -repository <repository URL> -userId <user id> -pass <password> -engineId <engine id> -vmargs -Dhttps.proxyHost=<proxy host> -Dhttps.proxyPort=<proxy port>
2. Add the proxy server details in the jbe.ini file located in the Build system tool kit
-Dhttps.proxyHost=<proxy host>
-Dhttps.proxyPort=<proxy port>
If you are using non-secured port, then replace -Dhttps.proxyHost to -Dhttp.proxyHost and -Dhttps.proxyPort to -Dhttp.proxyPort
1. Run JBE with proxy arguments as below:
jbe -repository <repository URL> -userId <user id> -pass <password> -engineId <engine id> -vmargs -Dhttps.proxyHost=<proxy host> -Dhttps.proxyPort=<proxy port>
2. Add the proxy server details in the jbe.ini file located in the Build system tool kit
-Dhttps.proxyHost=<proxy host>
-Dhttps.proxyPort=<proxy port>
If you are using non-secured port, then replace -Dhttps.proxyHost to -Dhttp.proxyHost and -Dhttps.proxyPort to -Dhttp.proxyPort