Configuration Samples

This section lists a few configuration samples with screen shots, to demonstrate how easy it is to configure the domain. Every item in the configuration tree follows the same process of configuration.

Some fields need to be entered in XML, some are in JSON and some are just plain text. Be careful not to make a mistake, as you can render the system unusable. If you enter the configuration as JSON or XML, make sure to validate using the JSON or XML validation links in the configuration screen. This helps catch errors in the configuration and ensures that the configuration is not broken.

Click Save to save each configured item.

admin/mail/from

Indicates the mail address from which emails are sent.

Figure 2.2. Admin Mail From Address Configuration

Admin Mail From Address Configuration

Here, the mail address is set as ambience@elixirtech.com

admin/user

Contains the name, email and encrypted password for each user. Adding a user from the Users page causes the details to be stored here.

The following figure shows the configuration for the default domadmin user.

Figure 2.3. Domadmin User Configuration

Domadmin User Configuration

The configuration is written as a JSON statement.

process/job-engine

Contains the job engine configuration to run each job queue.

The following figure shows an example:

Figure 2.4. Job Engine Configuration

Job Engine Configuration

Here, the configuration is written as XML statements.

job/constraints

Contains the constraints for jobs. Constraints include time to wait for the job to start, number of times to retry in case of an error and the job queue name.

The following figure shows an example:

Figure 2.5. Job Constraints

Job Constraints

Here, the configuration is written as XML statements.