2. Start and Stop SpringSource dm Server

2.1 Start

To start SpringSource dm Server run the startup script for your platform.

2.1.1 Linux

To start SpringSource dm Server run startup.sh:

cd $SERVER_HOME
bin/startup.sh
	

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.1.2 Microsoft Windows

To start SpringSource dm Server run startup.bat:

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

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'.