Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在防火墙后面,在开发环境中,我在初始化 servlet 容器(此处为jetty)期间使用了下面但似乎不起作用,即使这在我的独立 java 命令行应用程序中也有效:
System.getProperties().put("http.proxyHost", "xx.xx.xx.xx"); System.getProperties().put("http.proxyPort", "8080");
谢谢...
您需要在 jetty 配置文件中添加代理主机端口,这样可以正常工作。