You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/12/25 07:47:13 UTC

[jira] [Work started] (KARAF-3421) Add a variable for the debug port number.

     [ https://issues.apache.org/jira/browse/KARAF-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KARAF-3421 started by Jean-Baptiste Onofré.
---------------------------------------------------
> Add a variable for the debug port number.
> -----------------------------------------
>
>                 Key: KARAF-3421
>                 URL: https://issues.apache.org/jira/browse/KARAF-3421
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 3.0.2
>            Reporter: Paul Spencer
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.0.0, 3.0.3, 2.4.1
>
>
> The debug port number is set to 5005 in many of the scripts located in the bin directory.  I am requesting the creation of a variable, i.e. JAVA_DEBUG_PORT, to allow the use of different debug port without editing script files.
> Below is an example of what to add to the script bin/shell
>   DEFAULT_JAVA_DEBUG = “5005"
>   if [ "x$JAVA_DEBUG_PORT" = "x" ]; then
>     JAVA_DEBUG_PORT="$DEFAULT_JAVA_DEBUG_PORT"
>   fi
>   DEFAULT_JAVA_DEBUG_OPTS =  “-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$JAVA_DEBUG_PORT”



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)