NodeNameDescription

String

Jade AppServer port-number (path)

Purpose

The NodeNameDescription parameter specifies the description given to the application server when it is run as a service. The descriptive name is displayed in Microsoft Management Console (services.msc) and by the Services Control command line utility (sc.exe).

When you install an application server as a service and this parameter is defined, the parameter value is assigned to the service.

If this parameter is not defined in your JADE initialization file when an application server service is installed, JADE creates the default value, using the AppServerPort argument value from the jadapp or jadappb program command line for the port‑number and the path argument value from the jadapp or jadappb program command line for the path.

Parameter is read when …

The application server node is next initialized; for example, when you restart the application server.

The installation of an application server service fails if the NodeNameDescription parameter value is already in use; that is, each active service must have a unique NodeNameDescription parameter value. If you want to run more than one application server service concurrently, you require a separate JADE initialization file for each service.