[jboss-as7-dev] How do I get a list of the supported commands for a node?
Scott Stark
sstark at redhat.com
Sat Jun 25 17:42:48 EDT 2011
I'm trying to figure out how to query the commands a give node in the
model supports. How do I do that? Various queries against a deployment
node do not produce anything useful.
[standalone at localhost:9999 /] ls deployment=
deployment=ROOT.war deployment=openshift-rocks.war
[standalone at localhost:9999 /] ls deployment
ROOT.war openshift-rocks.war
[standalone at localhost:9999 /] deployment=ROOT.war:read-resource
Unexpected command 'deployment=ROOT.war:read-resource'. Type 'help' for
the list of supported commands.
[standalone at localhost:9999 /] deployment=ROOT.war:help
Unexpected command 'deployment=ROOT.war:help'. Type 'help' for the list
of supported commands.
[standalone at localhost:9999 /] deployment=ROOT.war help
Unexpected command 'deployment=ROOT.war help'. Type 'help' for the list
of supported commands.
[standalone at localhost:9999 /] deployment=ROOT.war:remove
Unexpected command 'deployment=ROOT.war:remove'. Type 'help' for the
list of supported commands.
[standalone at localhost:9999 /] deployment=ROOT.war:undeploy
Unexpected command 'deployment=ROOT.war:undeploy'. Type 'help' for the
list of supported commands.
[standalone at localhost:9999 /] deployment=ROOT.war:operations
Unexpected command 'deployment=ROOT.war:operations'. Type 'help' for the
list of supported commands.
[standalone at localhost:9999 /] deployment=ROOT.war:read-resource
Unexpected command 'deployment=ROOT.war:read-resource'. Type 'help' for
the list of supported commands.
More information about the jboss-as7-dev
mailing list