How to check deployment details in domain mode using CLI in EAP6 ?
Issue
- When viewing a deployed app with the
web console, I am able to seesub-deployed jarsand their attributes, most notably the context root. When I run the following command, all I see are the content hash, name, andruntime-namenotsubdeploymentinfo.
[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.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
