-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.0.0.GA
-
None
Use can use CLI to list all system properties available to the server or host controller, we should add how_to into documentation.
Upstream reference - https://docs.jboss.org/author/display/WFLY10/CLI+Recipes#CLIRecipes-Overviewofallsystemproperties
Overview of all system properties
Overview of all system properties in EAP including OS system properties and properties specified on command line using -D, -P or --properties arguments.
Standalone
[standalone@IP_ADDRESS:9990 /] /core-service=platform-mbean/type=runtime:read-attribute(name=system-properties)
Domain
[domain@IP_ADDRESS:9990 /] /host=master/core-service=platform-mbean/type=runtime:read-attribute(name=system-properties) [domain@IP_ADDRESS:9990 /] /host=master/server=server-one/core-service=platform-mbean/type=runtime:read-attribute(name=system-properties)
- blocks
-
JBEAP-4962 EAP7 Management CLI Guide issues tracker
- Closed