-
Sub-task
-
Resolution: Won't Fix
-
P4
-
None
-
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
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
- duplicates
-
JDK-8200161 Java tool guide update : Add --start-management-agent flag as a syntactic alternative for -Dcom.sun.management.jmxremote.* properties
-
- Closed
-