Back to Browse

Apache Tomcat 9.0 Setup and Web Project Deployment in Visual Studio code

101.5K views
May 12, 2021
10:28

In this tutorial session, we will learn to set up Apache Tomcat in visual studio code, and then we will see how to create a War file from web project and deploy it in Tomcat and run the application. Important to Know: - Visual Studio Code doesn't come with any embedded application server. - As we know to work with web applications it's important to have server integration. - In visual studio code we need a third-party extension to integrate the Application server (Tomcat). Step 1: Open Visual studio code and create a maven web project: Watch the tutorial to create a maven web project in VS Code. link: https://youtu.be/74I687FsITo Step 2: Now we will create War file. (please follow instruction explained in the Video) Step 3: Now install 'Tomcat for Java' Extension in Visual Studio Code. Step 4: Download Tomcat from the below link: https://tomcat.apache.org/download-90.cgi Step 5: Import/integrate tomcat in Visual Studio Code. Step 6: Learn Start/Stop Tomcat. Step 7: Publish War in tomcat. Step 8: Run the application in a web browser. Thanks. If you found this video tutorial useful and would like to support me, you can do so by buying me a coffee using the below link! https://buymeacoffee.com/CoolITHelp #TomcatSetupVSCode #WarDeploymentTomcatVSCode #CoolITHelp

Download

0 formats

No download links available.

Apache Tomcat 9.0 Setup and Web Project Deployment in Visual Studio code | NatokHD