NodeName

String (service-name)

JadApp-port-number

Purpose

The NodeName parameter specifies the internal name of the service. 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 from the jadapp or jadappb program command line for the port-number.

The NodeName parameter is the Windows service name as displayed in Microsoft Management Console (services.msc) and by the Services Control command line utility (sc.exe).

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 NodeName parameter value is already in use; that is, each active service must have a unique NodeName parameter value. If you want to run more than one application server service concurrently, you require a separate JADE initialization file for each service.