2.2 Clean Start

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

2.2.1 Linux

To start SpringSource dm Server run startup.sh -clean:

cd $SERVER_HOME
bin/startup.sh -clean
	

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

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

2.2.2 Microsoft Windows

To start SpringSource dm Server run startup.bat -clean:

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

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

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