Deploy Web Application on Tomcat Web Server
References:
Steps To Install Tomcat For Linux:
- Stop Tomcat service.
- Download Tomcat sample application war file here.
- For Windows, go to "C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps". For Linux, go to "/opt/tomcat9/webapps" .
- To access sample web, go to http://127.0.0.1:8080/sample . If the sample page open, you already successfully deploy war file. Congratulation.

Comments