In this article we will learn to setup apache tomcat in Visual Studio Code and then we will see how to create a war file from a web project and deployment in tomcat and run application.
Important to know:
- Visual Studio code does not come with any embedded application server.
- As we know to work with web application we required server integration.
-In Visual Studio Code , We need third party extension to integrate appliaction server like tomcat.
So, Lets learn Apache Tomcat Setup and Web Project Deployment