Prerequisites
Java 8 - Click to download
Apache Tomcat 8 - Click to download
Steps To configure.
Install Tomcat
To install Tomcat
…Run the installer you downloaded.
Select port and add username and password on the configuration screen.
2. Deploy war file.
Open 127.0.0.1 or localhost:8080(the port you selected while installing tomcat)
On the next page, you will see an option to deploy the app.
Choose the path of the war file and deploy on Tomcat.
Add Comment