2.4 Stop

On a Linux Platform

To stop a running instance of SpringSource Application Platform, run shutdown.sh from a separate new window:

cd $PLATFORM_HOME
bin/shutdown.sh
	

To stop a running instance of SpringSource Application Platform, run shutdown.sh from a new console window with the -immediate option:

cd $PLATFORM_HOME
bin/shutdown.sh -immediate
	

On a Microsoft Windows Platform

To stop a running instance of SpringSource Application Platform, run shutdown.bat:

cd %PLATFORM_HOME%
bin/shutdown.bat
	

To stop a running instance of SpringSource Application Platform, run shutdown.bat with the -immediate option:

cd %PLATFORM_HOME%
bin/shutdown.bat -immediate