Deploy Web Application on Tomcat Web Server



References:

Steps To Install Tomcat For Linux:

  1. Stop Tomcat service.

  2. Download Tomcat sample application war file here.

  3. For Windows, go to "C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps". For Linux, go to "/opt/tomcat9/webapps" .
  4. Remove everything inside the folder.

  5. Copy and paste sample.war file to webapps folder.


  6. Start Tomcat service.

  7. 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

Archive

Contact Form

Send