Application Backend

Application Backend

N2FE supports both NCC 4 and 5, however it is important to determine via configuration which NCC version is being used.

In the N2FE configuration, the habitat, define the backend version in use.j

Configuration

Edit the configuration file: /etc/jarvis/n2fe.xml and set the application_environment configuration variable.

This variable can be found within the <habitat> XML element:

    "application_environment": {
        "backend": "NCC",
        "version": 5
    }
Option Description
backend Must always be set to `NCC`.
version Set to the NCC major version, either `4`, `5`, `6` or `12`.