Installing Apache Tomcat
Please install the Java Development Kit if you haven’t already done so.-
Navigate to the Apache Tomcat site, and select the version you would like to download under the Download section on the left-hand sidebar.
- On the Download page, find the latest Windows Service Installer and click it.
-
A setup menu will appear:
-
Select the components you would like to install like Start Menu Items, Manager, and Host Manager:
-
Next, the Configuration Menu appears. Fill in your Windows Service Name and Server Shutdown Port:
-
Find the location of the JDK installation path:
-
The installation is almost complete. To test if Tomcat is up and running, go to http://localhost:8080/ using any web browser and ensure that everything is correct. It should look like this:
- Tomcat is now set up for local development.