java - How to configure proxy server with wildfly-maven-plugin? -
i have configured wildfly 8.2.0 server allow remote deployment maven-wildfly-plugin. have verified works computer not connected through proxy server. however, when using computer trying connect through forward proxy server, get:
java.net.connectexception: wflyprt0023: not connect http-remoting://x.x.x.x:9990. connection timed out
i have tried through documentation , code, can't find on topic.
thank you.
you can try configuring proxy jvm-wide using system properties (http.proxyhost , http.proxyport). should configure in 'argline' property in maven plugin configuration.
Comments
Post a Comment