Skip to content
Snippets Groups Projects
Commit 3850ba18 authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-19885: Cannot use remote debugging anymore when XWiki runs in docker

parent 35ac764b
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ private void configureTomcat(File sourceWARDirectory) throws Exception
// "localhost" as the JVM host to connect to.
if (this.testConfiguration.isDebug()) {
catalinaOpts.add("-Xdebug");
catalinaOpts.add("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005");
catalinaOpts.add("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=*:5005");
catalinaOpts.add("-Xnoagent");
catalinaOpts.add("-Djava.compiler=NONE");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment