You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Paul Spencer (JIRA)" <ji...@apache.org> on 2014/12/19 17:33:13 UTC

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

Paul Spencer created KARAF-3421:
-----------------------------------

             Summary: 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
            Priority: Minor


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)