-
Book Overview & Buying
-
Table Of Contents
JBoss EAP6 High Availability
By :
The CLI provides a pure text environment for us to manage the EAP6 server, and it shares the same DMR model with the web management console. In this section, let's have a brief discussion about CLI usages.
The command to start the CLI is jboss-cli.sh, which is located in the bin folder. Make sure that you have started EAP6 in the standalone mode. Let's run the CLI command now. This process is shown in the following code:
$ ./jboss-cli.sh You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. [disconnected /]
Now that we have entered the CLI console, the next step is to use the connect command to enter the management console as follows:
[disconnected /] connect localhost [standalone@localhost:9999 /]
We have used the connect command to connect to the management console.
You may have noticed that the CLI doesn't ask us to use the administrator account to log in. In the CLI, when we are connecting to...
Change the font size
Change margin width
Change background colour