How to check deployment details in domain mode using CLI in EAP6 ?

Solution Verified - Updated -

Issue

  • When viewing a deployed app with the web console, I am able to see sub-deployed jars and their attributes, most notably the context root. When I run the following command, all I see are the content hash, name, and runtime-name not subdeployment info.
[domain@{server}:{port} /] /deployment={app}:read-resource(recursive=true)
{
    "outcome" => "success",
    "result" => {
        "content" => [{"hash" => bytes {
            hex hash goes here
        }}],
        "name" => {app name},
        "runtime-name" => "{runtime-name}.ear"
    }
}

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.4

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.