2. Start and Stop SpringSource Application Platform

2.1 Start

To start SpringSource Application Platform run the startup script for your platform.

On a Linux Platform

To start SpringSource Application Platform run startup.sh:

cd $PLATFORM_HOME
bin/startup.sh
	

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

[2008-04-11 08:49:13.036] ingOsgiExtenderThread-38 <SPPM0002I> Platform open for business with profile 'web'.
	

On a Microsoft Windows Platform

To start SpringSource Application Platform run startup.bat:

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

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

[2008-04-11 08:49:13.036] ingOsgiExtenderThread-38 <SPPM0002I> Platform open for business with profile 'web'.