There are three ways to configure Red Hat Enterprise Application Platform (JBoss EAP) servers:
Using the management console
Using the management CLI
Using XML files
The management CLI provides a feature to embed a JBoss EAP server inside the CLI process, without starting a server instance.
JBoss EAP uses the DMR syntax to represent the configuration.
You can use the management CLI by running the jboss-cli.sh script in the bin directory of the JBoss EAP installation.
Operations are a low-level way to manage the JBoss EAP server.
Commands use a simple syntax and most commands translate into operation requests.
There are three ways to deploy an application:
The management console
The management CLI
The file system deployer
You must specify a name, a runtime name, and if it is enabled or disabled, for the deployment process.
Using the file system deployer, the deployment process is managed using marker files.
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.