Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-15157

Update sample configuration to use agentlib:jdwp Java 5 option

    XMLWordPrintable

    Details

    • Story Points:
      1

      Description

      Since Java 5, the option agentlib:jdwp replaces -Xdebug -Xrunjdwp:.

      We should update the reference in Nuxeo sources. Especially the sample configuration in https://github.com/nuxeo/nuxeo-distribution/blob/master/nuxeo-distribution-resources/src/main/resources/bin/nuxeo.conf

      See http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/conninv.html

      Basically,
      -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
      would be replaced with:
      -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n

        Attachments

          Activity

            People

            • Assignee:
              jcarsique Julien Carsique
              Reporter:
              jcarsique Julien Carsique
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: