Tomcat can be downloaded from https://tomcat.apache.org/. Once Tomcat is downloaded, go through the following the steps:
- Extract the ZIP file to a convenient folder
- Go to the bin directory in the Tomcat installation and double-click startup.bat
A console window similar to the one shown in the following screenshot will pop up:
- When the text INFO: Server startup in ... ms is displayed, it means that Tomcat has started successfully. To verify the Tomcat server, simply go to http://localhost:8080. A screen similar to the one shown in the following screenshot will then be displayed:
Creating the HTML fileThe next step is to ...