Configuring environment and node properties for NexJ Server

You can specify certain environment properties and node information for NexJ Server. The changes that you make do not require a redeploy of your NexJ application, however, you must restart the system for changes to take effect.

You specify configuration settings in the modeld.conf file. By default, the modeld.conf file is located in the SERVER_HOME\conf directory. The environment properties that you add to the modeld.conf file override properties defined in the environment file.

You can update environment file properties using the following format:

attributeName="value"

For example, to update the read audit logging level to access, enter:

readAudit="access"

The node property defines the node name for the current application instance. By default, nodes are named node=node1, node=node2 ...node=nodeN for deployments to multiple locations. You can change a node value if you want to give the node a meaningful name. Each application instance requires a unique node name.