Repository: brooklyn-docs Updated Branches: refs/heads/master 6144986e0 -> f55f61507
Adds instructions for configuring brooklyn to use the system proxy Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/32a03494 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/32a03494 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/32a03494 Branch: refs/heads/master Commit: 32a03494a1bfab21d07896637a1d93d6fb79fba5 Parents: 6144986 Author: Martin Harris <[email protected]> Authored: Wed May 10 14:08:29 2017 +0100 Committer: Martin Harris <[email protected]> Committed: Wed May 10 14:08:29 2017 +0100 ---------------------------------------------------------------------- guide/ops/troubleshooting/_connectivity.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/32a03494/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
