Starting and Stopping the ListManager Web Server

The web interface is the best way to work with Aurea List Manager. You can use the web interface to create sites, topics, mailings lists and access all of the functionality in Aurea List Manager.

Starting and Stopping the Web Server in Windows:

To start the Aurea List Manager Web Server manually, open a command prompt and change to the C:\Program Files\ListManager\tclweb\bin directory. To start the Web Server, run httpd-lm.exe

To stop the Web Server, hit Ctrl-C.

The Aurea List Manager web server may be run as a Windows service; see Windows Services for more information.

Starting the Web Server in Linux:

To start the Aurea List Manager Web Server manually, change to the ~ListManager/tclweb/bin directory, and run ./httpd-lm

To stop the Web Server, hit Ctrl-C.

The Aurea List Manager Web Server may also be run from the ~ListManager/bin directory using the start script:

  • ./S96httpd-lm start
  • ./S96httpd-lm stop