[
https://issues.apache.org/jira/browse/KARAF-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-3421:
----------------------------------------
Fix Version/s: 4.0.0.M2
> 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, 4.0.0.M2
>
>
> 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)