Configuring Rule Execution Server on JBoss

To use Rule Execution Server on a new instance of JBoss, you must establish your database, deploy the provided archives for this server, and perform a number of configuration tasks.

You can use one of two operating modes: stand-alone server or managed domain. As a stand-alone server, the operating mode is similar to the previous versions of JBoss with the option to run the server in a clustered configuration. In a managed domain, you can run multiple instances of JBoss and manage them from a single point of control. A domain consists of a domain controller, one or more host controllers, and zero or more server groups per host.

Decision Server requires a full profile. A sample full profile is provided for both stand-alone and domain modes.

The JBoss Management Console and Management CLI interfaces allow administrators to manage application deployments in a production environment. To test application deployment, developers have the option to use a file system deployment scanner, or to deploy and undeploy using Maven.