Jetty 中与 Maven 的代理连接
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此技术说明说明了您可以访问的不同方式通过您的java代码的代理访问互联网。它可以像在运行maven之前设置以下系统属性一样简单
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