Bookmark this page

Summary

  • 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.

Revision: ad248-7.4-18a9db2