Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

Can JBE (Jazz build engine) is supported to run behind a proxy server, if yes how to set-up configure proxy settings?

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 18 '15, 10:26 a.m.

Question was seen: 2,938 times

Last updated: Dec 18 '15, 10:31 a.m.

Confirmation Cancel Confirm