Commit 2a0451c4 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents 6b3a2ac4 696c621f
......@@ -135,6 +135,7 @@ public class StartMojo extends AbstractRunMojo {
remoteJmxArguments.add("-Dcom.sun.management.jmxremote.port=" + this.jmxPort);
remoteJmxArguments.add("-Dcom.sun.management.jmxremote.authenticate=false");
remoteJmxArguments.add("-Dcom.sun.management.jmxremote.ssl=false");
remoteJmxArguments.add("-Djava.rmi.server.hostname=127.0.0.1");
jvmArguments.getArgs().addAll(remoteJmxArguments);
}
return jvmArguments;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment