Introduction
Web applications are used for accounting, inventory, and online web portals. Typically, your application accepts input from users, searches data for the input contents, displays a list, and updates it.
In this module, you'll deploy a Java web application to Tomcat on Azure App Service.
Learning objectives
By the end of this module, you will be able to:
- Create a Java web application.
- Run the application locally.
- Deploy your application to Azure App Service.
Prerequisites
- Your own Azure subscription
- The Azure CLI installed on your computer
- JDK 8
- Tomcat 9.0.x installed on your computer