Stopping an AppSpace

When an AppSpace is stopped, all applications and AppNodes running in the AppSpace stop.

BWAdmin Command Line

To stop the AppSpace MyAppSpace in the domain MyDomain, run the following command at the command line:

BW_HOME\bin>bwadmin stop -d MyDomain appspace MyAppSpace

To force shut down the AppSpace MyAppSpace in the domain MyDomain, run the following command at the command line:

BW_HOME\bin>bwadmin stop -timeout xx(time in minutes) -domain MyDomain appspace MyAppSpace
For more information, see Force Shutting Down an AppNode.

Admin UI

On the AppSpaces page, click the Stop icon for the AppSpace you want to stop.

The status for the AppSpace changes from Running to Stopping, a transient state, then Stopped.