如何使用wildfly-maven-plugin配置代理服务器?

时间:2015-04-01 19:07:15

标签: java maven jboss proxy wildfly

我已将WildFly 8.2.0服务器配置为允许使用maven-wildfly-plugin进行远程部署。我已经验证这可以从未通过代理服务器连接的计算机上运行。但是,当使用试图通过转发代理服务器连接的计算机时,我得到:

java.net.ConnectException: WFLYPRT0023: Could not connect to http-remoting://x.x.x.x:9990. The connection timed out

我试图查看文档和代码,但我无法找到有关此主题的任何内容。

谢谢。

2 个答案:

答案 0 :(得分:0)

您可以尝试使用系统属性(http.proxyHost和http.proxyPort)配置代理JVM范围。您应该在Maven插件配置中的'argLine'属性中配置它们。

答案 1 :(得分:-1)

尝试在settings.xml中配置代理服务器

https://maven.apache.org/guides/mini/guide-proxies.html