Pages

Friday, June 7, 2013

Jboss Command Line GUI

Jboss CLI is a command line management tool available in Jboss 7 which helps the user to connect to Jboss 7 Domain or a Stand alone and execute some management operations.

There is a GUI facility available from the Jboss CLI . We can start the GUI using

./jboss-cli.sh –gui

You will see a screen that looks like this where you can browse


 To see the operations available for a node, right-click the node.If you need to edit any of the option consider changing the myApp.war from disable to enable , right click on the “enabled” and Check the “value” in the Write-attribute field.

You have another tab by the name “output” where you see the output the command executed.
Happy learning :-)