Stopping an Application
To stop a running application after deployment, run the stop command or click the Stop icon in the Admin UI. Applications or application instances can be stopped. Stop an application before undeploying.
bwadmin Command Line
Execute the following command at the command line to stop an application:
BW_HOME\bin>bwadmin stop -d MyDomain -a MyAppSpace application tibco.bw.sample.binding.rest.BookStore.application 1.0
To stop an application instance, use the following command:
BW_HOME\bin>bwadmin stop -d MyDomain -a MyAppSpace -n MyAppNode application tibco.bw.sample.binding.rest.BookStore.application 1.0
Copyright © 2020. TIBCO Software Inc. All Rights Reserved.