DevOps (Lab-2)-Deploying a Java application using Maven and Tomcat

<p>Hi everyone, I am back with another hand on&nbsp;<strong>DevOps lab</strong>. In this lab we will learn how to install&nbsp;<strong>Tomcat</strong>&nbsp;and deploy a&nbsp;<strong>Java</strong>&nbsp;application.</p> <p>In the last lab we installed, built and deployed an application using&nbsp;<strong>Maven</strong>.</p> <p>We will be building from the last lab in where we will still use<strong>&nbsp;Maven</strong>&nbsp;to build the application but we will run the app inside of Tomcat.</p> <h1>About Tomcat:</h1> <p>Apache Tomcat, often simply referred to as &ldquo;<strong>Tomcat</strong>&rdquo;, is an open-source&nbsp;<strong>web server</strong>&nbsp;and&nbsp;<strong>servlet container</strong>&nbsp;developed by the Apache Software Foundation. It is designed to serve&nbsp;<strong>Java web applications</strong>, specifically&nbsp;<strong>Java Servlets</strong>,&nbsp;<strong>JavaServer Pages</strong>&nbsp;(JSP), and&nbsp;<strong>WebSockets</strong>.</p> <p><a href="https://medium.com/@samuel.colon.jr/devops-lab-2-deploying-a-java-application-using-maven-and-tomcat-dc8263160dbe"><strong>Visit Now</strong></a></p>
Tags: Deploying Java