Windows
Stopping ListManager and ListManager Web Server- Windows Service
1. Click Start.
2. Click Settings.
3. Click Control Panel.
4. Click Administrative Tools.
5. Click Services.
6. Right click on the ListManager Service.
7. Select Stop.
8. Right click on the ListManagerWeb Service.
9. Select Stop.
Stopping ListManager and ListManager Web Server - Command Prompt
Open the ListManager window.
1. Press ctrl-c.
2. Open the ListManager Web Server window.
3. Press ctrl-c.
Unix
Starting ListManager
Log on as root.
1. Change to the ListManager directory. E.g: /usr/local/lm/bin
2. Run ./S96lm start to start ListManager.
3. Run ./S96httpd-lm start to start the ListManager Web Server.
Stopping ListManager
Log on as root.
1. Change to the ListManager directory. E.g: /usr/local/lm/bin
2. Run ./S96lm stop to stop ListManager.
3. Run ./S96httpd-lm stop to stop the ListManager Web Server.
Note: When running ES 2.1, the webserver may not respond to S96httpd-lm stop. If that is the case, the process may be terminated using kill -9.