Adds instructions for configuring brooklyn to use the system proxy (cherry picked from commit 32a03494a1bfab21d07896637a1d93d6fb79fba5)
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/55424e65 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/55424e65 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/55424e65 Branch: refs/heads/0.11.x Commit: 55424e6521def2ab449a452ad7f9513022d29ea6 Parents: 73690d6 Author: Martin Harris <[email protected]> Authored: Wed May 10 14:08:29 2017 +0100 Committer: Richard Downer <[email protected]> Committed: Wed May 31 15:32:52 2017 +0100 ---------------------------------------------------------------------- guide/ops/troubleshooting/_connectivity.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/55424e65/guide/ops/troubleshooting/_connectivity.md ---------------------------------------------------------------------- diff --git a/guide/ops/troubleshooting/_connectivity.md b/guide/ops/troubleshooting/_connectivity.md index a7117ac..09c3b3d 100644 --- a/guide/ops/troubleshooting/_connectivity.md +++ b/guide/ops/troubleshooting/_connectivity.md @@ -54,6 +54,8 @@ Try accessing the web-service URLs from a browser via the proxy, or perhaps try bin/brooklyn launch ``` +If a system-level proxy server has been configured, you can instruct brooklyn to use the proxy server by passing `-Djava.net.useSystemProxies=true` to the JVM + ## Service is listening ### Service responds
