How to download and install Apache tomcat on Windows?

Step 1: Installation of JDK: download and install from this link

JDK Download
Step 2: Setting the class path variable for JDK: Two methods are there to set the classpath.
1. Set the class path using the following command:

set PATH=”C:\Program Files\Java\jdk1.5.0_08\bin”;%PATH%

2. The other way of setting the class path variable is:

First right click on the My Computer->properties->advance->Environment Variables->path.
Set bin directory path of JDK in the path variable.
Step 3:
Download apache-tomcat-8.5.11-windows-x64 : Download apache-tomcat
Now it’s time to shift on to the installation process of Tomcat 8.5.11

Step 4: 

After the whole installation process, if we browse: http://localhost:8080/
Then we will see a page like this: