[
https://issues.apache.org/jira/browse/KARAF-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649646#comment-17649646
]
ASF subversion and git services commented on KARAF-7624:
--------------------------------------------------------
Commit a76eec50cdb891815b7664ce4490c6ad2a404fa5 in karaf's branch
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a76eec50cd ]
[KARAF-7624] Debug listening on all interfaces
(cherry picked from commit e5446c4ad75b57044aa763578db5c9c1dd2d8f79)
> Enable debug port on all interface
> ----------------------------------
>
> Key: KARAF-7624
> URL: https://issues.apache.org/jira/browse/KARAF-7624
> Project: Karaf
> Issue Type: Wish
> Components: karaf
> Affects Versions: 4.2.14, 4.3.8, 4.4.2
> Reporter: Róbert Csákány
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
>
> We are using karaf for development in windows / macOS / Linux environment. In
> windows we are using docker to run it, where the docker interfaces differs
> from local interfaces. The current debug settings only listens in local
> interface while the docker instance can be accessed via ethernet interface.
> (This is the behaviour from Java 9 -
> https://www.baeldung.com/java-application-remote-debugging). Is it possible
> to change the default debug settings in karaf and karaf.bat starter:
> From:
> {code:java}
> -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005{code}
> to
> {code:java}
> -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 {code}
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)