Is your feature request related to a problem? Please describe.
The following code defines that JMX is enabled and how it is activated:
|
{ "-Dcom.sun.management.jmxremote", null }, |
|
{ "com.sun.management.jmxremote.authenticate", "false" }, |
|
{ "com.sun.management.jmxremote.ssl", "false" }, |
Describe the solution you'd like
Add options to Enable/Disable:
- JMX at all
- authentication
- SSL
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
The following code defines that JMX is enabled and how it is activated:
KNet/src/net/KNet/KNetCore.cs
Lines 385 to 387 in 4527271
Describe the solution you'd like
Add options to Enable/Disable:
Describe alternatives you've considered
N/A
Additional context
N/A