Jetty 中与 Maven 的代理连接

发布于 2024-11-11 06:52:55 字数 168 浏览 6 评论 0原文

我正在使用 Jetty 和 Maven 编写一个 Web 应用程序。我有一个 API 尝试连接到网络并获取数据。我在代理内部。

我无法连接到网络。我可以在 Maven 或 Jetty/Maven 设置中提供某个位置,以便我的 Web 应用程序可以通过代理访问互联网吗?

每次我收到连接超时。

I am writing a web application with Jetty with Maven. I have a API which tries to connect to web and gets data. I am inside proxy.

I am unable to connect to Net. can i provide somewhere in Maven or Jetty/Maven settings so my web application can get the internet access through proxy ?

each time i am getting Connection timeout.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嗳卜坏 2024-11-18 06:52:55

此技术说明说明了您可以访问的不同方式通过您的java代码的代理访问互联网。它可以像在运行maven之前设置以下系统属性一样简单

  • http.proxyHost:代理服务器的主机名
  • http.proxyPort:端口号,默认值为80。

This technote illustrates the different ways you can access the internet through proxy from your java code. It could be as simple as setting the following system properties before running maven

  • http.proxyHost: the host name of the proxy server
  • http.proxyPort: the port number, the default value being 80.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文