Apache Tomcat is the web application server that runs Jamf Pro.
Red Hat Enterprise Linux does not provide technical support for Tomcat 10 or compiling Tomcat 10 manually. However, Tomcat 10 is installed automatically by the Jamf Pro installer and has been tested by Jamf.
Jamf tests each version of Jamf Pro with the corresponding version of Tomcat listed in the Apache Tomcat Versions Installed by the Jamf Pro Installer article. You are highly encouraged to install the version of Tomcat associated with the version of Jamf Pro you are installing.
You will need URLs to download and verify the Tomcat binary distribution that you intend to install. If you have access to a web browser on the Red Hat Enterprise Linux system or if you are remotely connected to a Red Hat Enterprise Linux shell session from your computer, you may want to copy these URLs just before executing the download commands. If not, you may want to copy the URLs into a text document for reference as you type them.
Copy the necessary URLs:
In a web browser, open the Tomcat 10 download page: https://tomcat.apache.org/download-10.cgi
If you need the latest version of Tomcat:
On the Tomcat 10 download page, navigate to .
Right-click the "tar.gz" link, and choose Copy Link to copy the URL.
Paste the copied URL into a document for reference, or paste it directly into the download command (see below).
On the Tomcat 10 download page, right-click the "sha512" link, and choose Copy Link to copy the URL.
Paste the copied URL into a document for reference, or paste it directly into the download command (see below).
If you need a previous version of Tomcat:
On the Tomcat 10 download page, navigate to the Quick Navigation section and click Archives.
Click the folder for the version of Tomcat that you want.
Click the bin/ folder.
Right-click the "apache-tomcat-10.1.x.tar.gz" link, and choose Copy Link to copy the URL.
Paste the copied URL into a document for reference, or paste it directly into the download command (see below).
On the Tomcat 10 webpage, right-click the "apache-tomcat-10.1.x.tar.gz.sha512" link, and choose Copy Link to copy the URL.
Paste the copied URL into a document for reference, or paste it directly into the download command (see below).
Additional notes:
Tomcat 10.1.25 is used in the commands in this section. When you execute the commands, substitute "10.1.25" with the specific version of Tomcat 10 that you want to install. The most recent version of Tomcat 10 can be downloaded from the following page: https://tomcat.apache.org/download-10.cgi
You may need to install the "wget" utility to execute the commands found in this guide. Install "wget" by executing:
sudo yum install wget