Skip to content

Add options to Enable/Disable JMX #154

@mariomastrodicasa

Description

@mariomastrodicasa

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:

  1. JMX at all
  2. authentication
  3. SSL

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Labels

KNetKNet related issueKNetPSKNetPS related issuedocumentationImprovements or additions to documentationenhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions