2.2 Clean Start

To clean start SpringSource Application Platform run the startup script for your platform. Clean starting removes the PLATFORM_HOME/work directory (and hence all) running applications, and all trace, log and dump files. It leaves the PLATFORM_HOME/repository and PLATFORM_HOME/pickup directories untouched, so any applications previously hot deployed will be reinstalled.

2.2.1 On a Linux Platform

To start SpringSource Application Platform run startup.sh -clean:

cd $PLATFORM_HOME
bin/startup.sh -clean
	

Once SpringSource Application Platform has started, the console will display a log message similar to the one shown below:

ingOsgiExtenderThread-38 <SPPM0002I> Platform open for business with profile 'web'.
	

2.2.2 On a Microsoft Windows Platform

To start SpringSource Application Platform run startup.bat -clean:

(Open a command line)
cd %PLATFORM_HOME%
bin\startup.bat -clean
	

Once SpringSource Application Platform has started console will display a log message similar to the one shown below:

ingOsgiExtenderThread-38 <SPPM0002I> Platform open for business with profile 'web'.