[jboss-as7-dev] How do I get a list of the supported commands for a node?

Alexey Loubyansky alexey.loubyansky at redhat.com
Mon Jun 27 07:30:36 EDT 2011


You mean you want to see the supported operations, not commands.

Operations have to start with '/', './' or ':'. Commands don't use any 
prefix.

Alexey

On 06/25/2011 11:42 PM, Scott Stark wrote:
> 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.
>
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev


More information about the jboss-as7-dev mailing list