Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Overview

Some instructions in PhixFlow ask you to update Tomcat’s configuration. This page explains how to:

  • start Tomcat
  • stop Tomcat
  • open the configuration form

On Windows Servers

Open Tomcat Properties

  1. Option 1:  
    If Monitor Tomcat is not available from the Windows Start menu, run the program TOMCAT_INSTALLATION_HOME\bin\Tomcat9w.exe
  2. Windows opens the Tomcat Properties.


Option 2:

  1. In the Windows Start menu, find Monitor Tomcat and select Monitor Tomcat.

  2. This creates an icon in your system tray 
  3. Right-click on the icon and select Configure…
    Windows open the Tomcat Properties.

Tomcat Properties

Start or Stop Tomcat

You can start and stop Tomcat from the Tomcat Properties or from the Services list.

  1. In Tomcat Properties → General tab, click Start or Stop.
  2. Open the Services list. Tomcat is listed as Apache Tomcat.

  3. Use the options to start or stop Tomcat (or any Windows service).

On Linux Servers

PhixFlow instructions explain how to access Tomcat properties on Linux. Tomcat’s properties are defined in /etc/systemd/system/tomcat.service.

Start or Stop Tomcat


If you have made changes to settings related to memory, you may need to run systemctl daemon-reload. before restarting. This reloads the units after the changes to memory. Enter: 

sudo systemctl daemon-reload


To stop Tomcat enter: sudo systemctl stop tomcat

To startTomcat enter: sudo systemctl start tomcat.service

Check Status

To check Tomcat’s status, enter: sudo systemctl status tomcat

  • No labels