Configuring environment and node properties for NexJ Server
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.