Downloading Apache Tomcat
You must install (or have already installed) Apache Tomcat on your machine.
Dimensional Insight recommends that DivePort, NetDiver, and DiveTab software run on a Tomcat web server.
NOTE: DI recommendsTomcat 9.0.
To download Apache Tomcat:
- Open a web browser.
-
Open the Apache Tomcat home page at:
The URL for this web site can change over time, but the
home page is similar to the following:
-
On the left pane, under Download, click Tomcat <version number> .
The
Tomcat <version number> Software Downloads page opens:
-
In the Quick Navigation section, click
the <version number> to open the Binary Distributions section:
-
Click the tar.gz link.
The
Opening download verification dialog box opens.
- Select Save File.
-
Click OK.
The file is downloaded to the Downloads directory on your local computer.
-
Navigate to the file location.
-
Move the file to the /di/platform/downloads directory
sudo mv apache-tomcat-<version number>.tar.gz /di/platform/downloads
-
Navigate to the /di/platform/downloads directory
cd /di/platform/downloads
-
Verify that the file moved correctly by entering the following command:
ls
-
Close the web browser.