Posts

Showing posts with the label Deploy Spring Boot WAR file on Tomcat in Azure App Service

Deploy Spring Boot WAR file on Tomcat in Azure App Service

Image
Hello everyone, Hope you are doing well. In this tutorial, we will learn how to deploy the Spring boot WAR file on tomcat in Azure  App Service. A little bit of Background Azure App Service Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile backends. You can develop in your favourite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments. More Info -  https://docs.microsoft.com/en-us/azure/app-service/overview Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run". More Info -  https://spring.io/projects/spring-boot Apache Tomcat 9 The Apache Tomcat software is an open-source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications