Java tool guide update : Add --start-management-agent flag as a syntactic alternative for -Dcom.sun.management.jmxremote.* properties

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: core-svc
    • None

      --start-management-agent <option>=<value>[:<option>=<value>:....]

      Starts the default management agent with semi-colon seperated list of options. Multiple values for an option should be separated by comma. The options above can also be specified as

      --start-management-agent=<option>=<value>[:<option>=<value>:....]

      Providing options above for management agent is equivalent to setting management system property via -Dproperty=value. See <link to management guide> for a list of management options.

      Example: To start the management agent with SSL enabled and authentication disabled, the management options can be specified as,

          --start-management-agent ssl=true:authenticate=false
      or
          --start-management-agent=ssl=true:authenticate=false

            Assignee:
            Unassigned
            Reporter:
            Harsha Wardhana B (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: