Hi everyone, I am back with another hand on DevOps lab. In this lab we will learn how to install Tomcat and deploy a Java application.
In the last lab we installed, built and deployed an application using Maven.
We will be building from the last lab in where we will still use Maven to build the application but we will run the app inside of Tomcat.
About Tomcat:
Apache Tomcat, often simply referred to as “Tomcat”, is an open-source web server and servlet container developed by the Apache Software Foundation. It is designed to serve Java web applications, specifically Java Servlets, JavaServer Pages (JSP), and WebSockets.