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

Attributes not shown in :read-resource-description for web subsystem of deployments

    XMLWordPrintable

Details

    Description

      Context-root and virtual-host attributes not shown in the :read-resource-description for web subsystem of deployments. However those attribute values are reported on :read-resource. Please see CLI output below:

      [standalone@localhost:9999 subsystem=web] pwd
      /deployment=hellothere.war/subsystem=web
      [standalone@localhost:9999 subsystem=web] :read-resource
      {
      "outcome" => "success",
      "result" =>

      { "context-root" => "/hellothere", "servlet" => undefined, "virtual-host" => "default-host" }

      ,
      "response-headers" =>

      {"process-state" => "reload-required"}
      }


      [standalone@localhost:9999 subsystem=web] pwd
      /deployment=hellothere.war/subsystem=web
      [standalone@localhost:9999 subsystem=web] :read-resource-description
      {
      "outcome" => "success",
      "result" => {
      "description" => "Runtime resources exposed by web components in the deployment.",
      "attributes" => {},
      "operations" => undefined,
      "children" => {"servlet" => {
      "description" => "Runtime information about the servlets in the deployment.",
      "model-description" => undefined
      }}
      },
      "response-headers" => {"process-state" => "reload-required"}

      }

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            nstefan_jira Stefan Negrea (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: