Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2162

System properties propagated from command line using -D, -P or --properties aren't visible in CLI and console

      CLI and console shows only properties defined in .xml configuration files. System properties propagated from command line using -D, -P or --properties args should be visible too. It would be useful for administrators when searching for possible problems, the same applies to devels. For domain I'd like to see sysprops on each instance and separate overview for DC.

      Previous versions of AS/EAP provide such overview in /web-console/SysProperties.jsp.

      NOTE: JVM based properties like java.vendor etc. would be beneficial too.

            [AS7-2162] System properties propagated from command line using -D, -P or --properties aren't visible in CLI and console

            The full set of system properties is available in the core management API and the CLI as described in the comment. There is a separate JIRA (AS7-2172) for displaying this information in the console.

            Brian Stansberry added a comment - The full set of system properties is available in the core management API and the CLI as described in the comment. There is a separate JIRA ( AS7-2172 ) for displaying this information in the console.

            Discussion on AS7 mailing list.

            CLI contains support for server instances
            List of properties should be sorted
            STANDALONE
            /core-service=platform-mbean/type=runtime:read-attribute(name=system-properties)
            DOMAIN
            /host=master/server=server-one/core-service=platform-mbean/type=runtime:read-attribute(name=system-properties)

            Heiko was asked if this will be added into console

            Rostislav Svoboda added a comment - Discussion on AS7 mailing list. CLI contains support for server instances List of properties should be sorted STANDALONE /core-service=platform-mbean/type=runtime:read-attribute(name=system-properties) DOMAIN /host=master/server=server-one/core-service=platform-mbean/type=runtime:read-attribute(name=system-properties) Heiko was asked if this will be added into console

              bstansbe@redhat.com Brian Stansberry
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: