It's all about the answers!

Ask a question

Can JBE (Jazz build engine) is supported to run behind a proxy server?


Natarajan Thirumeni (298529) | asked Dec 18 '15, 10:26 a.m.
edited Dec 18 '15, 10:27 a.m.
Can JBE (Jazz build engine) is supported to run behind a proxy server, if yes how to set-up configure proxy settings?

One answer



permanent link
Natarajan Thirumeni (298529) | answered Dec 18 '15, 10:31 a.m.
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

Your answer


Register or to post your answer.