Mohd Shahidmantratech.hashnode.dev·Sep 26, 2023Setting Up a CI/CD Pipeline with Jenkins, Maven, and Tomcat on AWS EC2 Instances running UbuntuIn the fast-paced world of software development, having a reliable and efficient Continuous Integration and Continuous Deployment (CI/CD) pipeline is essential. A well-structured CI/CD pipeline can streamline the development process, improve code qua...DiscussJenkins ProjectTomcat
Mohd Shahidmantratech.hashnode.dev·Sep 22, 2023A Step-by-Step Guide to Installing Apache Tomcat on UbuntuIf you're looking to set up Apache Tomcat on your Ubuntu system, you've come to the right place. Apache Tomcat is a popular open-source application server used for deploying Java web applications. In this article, we will walk you through the install...Discuss·10 likes·41 readsTomcat
Tara Prasad Sarangitaraps.hashnode.dev·Sep 19, 2023Setup Tomcat server on LinuxLogin to Azure portal Create a VM, After creating VM, add an inbound rule in VM's network port 8080. JDK & Tomcat server deployement, sudo apt-get update -y sudo apt install openjdk-11-jre -y #JDK installation cd /opt sudo wget https...Discuss·1 like·37 readsDevops
Edvin Dsouzaedvindsouza.com·Aug 7, 2023Automating Web Application Deployment with Jenkins: A Step-by-Step GuideIntroduction: Jenkins is a powerful open-source automation server that enables developers to automate the build, test, and deployment process for software projects. In this blog post, we will guide you through the step-by-step process of setting up a...Discuss·59 readsJenkins
Aasifa Shaikmysoftwarediary.hashnode.dev·Jul 18, 2023Deployment of the JSP app in Tomcat using Jenkins and MavenLets deploy one Java based web app called registration app using Tomcat application server. Tomcat server is ideal choice for hosting Java web applications. Follow below steps to the deploying this app. 🪄Launching Jenkins on EC2 Instance: The first ...Discuss·1 like·209 readsDevops
Maaz Mohdmaazmohd313.hashnode.dev·Jun 21, 2023Tomcat installation on EC2 instanceEC2 instance with Java 11 The first thing we need to do is to set up java on the ec2-instance using the command below. sudo yum update sudo amazon-linux-extras install java-openjdk11 -y Install Apache Tomcat Download tomcat packages from https://tom...Discuss·1 likeapache
Sampathshivakumar Boddetisampathshivakumar.hashnode.dev·Jun 1, 2023How to Start Tomcat Automatically At The Startup and Reboot of The Instancehttps://gist.github.com/sampathshivakumar/40aeeb10dff57860539cad205131b587DiscussTomcat
Sampathshivakumar Boddetisampathshivakumar.hashnode.dev·Jun 1, 2023Step by Step guide to install Apache Tomcat on Amazon Linuxhttps://gist.github.com/sampathshivakumar/d46e0bd855648cdaaba68a87c75a10ccDiscussTomcat
Romesh Dharamgudiromesh-blog.hashnode.dev·May 8, 2023CI/CD Pipeline using Git, Jenkins, Maven, and TomcatStep 1:- •Setup a Linux EC2 Instance •Install Java •Install Jenkins •Start Jenkins •Access Web UI on port 8080 Images: 01. Setup a Linux EC2 Instance 02. Install JAVA , Jenkins and then start Jenkins 1 2 3 03. Start Jenkins And Acc...Discuss·1 like·96 readsJenkins
Rohit Rambaderohit-rambade.hashnode.dev·Apr 29, 2023How to install and configure Tomcat on an EC2 instance.Apache Tomcat is a powerful open-source web server and servlet container that has become increasingly popular for hosting Java-based web applications. If you are looking to set up Tomcat on an Amazon EC2 instance, this guide will provide you with eas...Discuss·1 like·89 readsTomcat