You are here: Common Tasks > Starting and Stopping Tomcat

Starting and Stopping the Tomcat Service

The Express Server Manager and ExpressZip applications are hosted by the LizardTech Express Server Tomcat service. Tomcat is a web server and servlet container that hosts web applications.

Starting and Stopping Tomcat on Windows

On Windows, Tomcat runs as a service called the LizardTech Express Server Tomcat service, or lttomcat8. To restart the service, complete the following steps:

  1. Open the Windows Services utility.
  2. Find the LizardTech Express Server Tomcat service.
  3. Right-click on the service and click Start or Stop.

Starting and Stopping Tomcat on Linux

On Linux, Tomcat runs as a daemon called lttomd. To restart the daemon, complete the following steps:

  1. Open a terminal.
  2. Run one of the following commands with root permissions:

    /etc/init.d/lttomd start

    OR

    /etc/init.d/lttomd stop