Starting an AppNode
Use the
start command to start an AppNode manually.
When an AppSpace is started, all AppNodes associated with the AppSpace automatically start.
BWAdmin Command Line
Run the following command at the command line to start the
MyAppNode AppNode:
BW_HOME\bin>bwadmin start -d MyDomain -a MyAppSpace appnode MyAppNode
Configure the bw.appnode.clean.config.folder.on.startup property in the AppNode, or the AppSpace config.ini file.
To create a new /config folder every time the AppNode starts, set the bw.appnode.clean.config.folder.on.startup property to true. Setting the property to false, or leaving it undefined results in the /config folder not being deleted when the AppNode starts.
Admin UI
- Procedure
- On the
AppNodes page, click the
Start icon
for the AppNode.
The status for an AppNode is displayed as Starting, a transient state, then Running.