Restarting Tomcat on Linux

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Jamf Pro 11.3.0 or Later

If you installed Jamf Pro using the installer, execute the following command:
sudo service jamf.tomcat restart

Jamf Pro 10.13.0-11.2.x

If you installed Jamf Pro using the installer, execute the following command:
sudo service jamf.tomcat8 restart

Manual Jamf Pro Installations on Linux

If you installed Jamf Pro manually, the Tomcat service name (e.g., "tomcat") may differ depending on how you created it. You will need to execute a command using the appropriate service name for your environment. For example:
sudo /etc/init.d/tomcat restart
or
sudo service tomcat restart