Balraj Singhbalrajsingh.hashnode.dev·Dec 10, 2024Seamless Application Deployment to Kubernetes Using a Fully Automated CI/CD PipelineThis project involves setting up an automated CI/CD pipeline for Kubernetes to deploy a Register App using Jenkins, Ansible, Docker Hub, and Kubernetes. The automation ensures that any change in the GitHub repository triggers the pipeline, which then...Kubernetes
Jeevanfirst-deployment-in-tomcat.hashnode.dev·Dec 8, 2024My First deployment in TomcatIntroduction As a student diving into DevOps practices, I recently created a simple API using Spring Boot and JDK 23. The goal was to understand the deployment process on Apache Tomcat. This API, handles basic user data retrieval. It uses a GET reque...Devops
Bittu Sharmabittublog.hashnode.dev·Nov 25, 2024Apache Tomcat Hands-OnApache Tomcat, often referred to simply as Tomcat, is an open-source web server and servlet container developed by the Apache Software Foundation. It is one of the most popular Java-based web application servers used for deploying and running Java se...Tomcat
Ankit Rajdeploying-application-to-tomcat-server.hashnode.dev·Nov 21, 2024Building and Deploying a Web Application to Tomcat Server Using Jenkins 🚀In today's tutorial, we'll walk through the process of building and deploying a web application to a Tomcat server using Jenkins. 🖥️ Let's dive into each step in detail: 1. What is Tomcat Server? 🌐 Apache Tomcat is an open-source web server and se...Devops
Majety Naga Venkata Rohitcommands.hashnode.dev·Oct 30, 2024Automating Application Deployment: A Complete CI/CD Pipeline with Jenkins, GitHub, Maven, SonarQube, Nexus, and TomcatDeploying Application In today’s fast-paced development environment, automation is essential to ensure quick releases with consistent quality. In this blog, I’ll walk you through the end-to-end CI/CD pipeline for deploying an application. We’ll cover...60 readsCI/CD
Seun Bdevblog.seunb.com·Oct 10, 2024Artifactory: Centralizing Artifact Management for DevOps SuccessIntroduction In software development environment, the need for efficient artifact management is paramount. As a DevOps Engineer, I recognized the necessity of streamlining the deployment process and ensuring a reliable artifact repository for Java ap...Linux
Vidushi Bansalvidushibansal.hashnode.dev·Sep 25, 2024Installing Apache Tomcat in Amazon LinuxApache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, and WebSocket technologies. It allows users to run Java-based web applications in a lightweight and flexible environment. In this blog, we'll walk through the steps...1 likeTomcat
Rishabh Varshneyrisvarsh.hashnode.dev·Sep 22, 2024Deploying a Java Application on Apache Tomcat: A Step-by-Step Guide1.Commands To Setup Tomcat : ##################----INSTALL TOMCAT----################## cd /opt sudo wget https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.65/bin/apache-tomcat-9.0.65.tar.gz sudo tar -xvf apache-tomcat-9.0.65.tar.gz cd /opt/apach...Devops
Muralidrtex.hashnode.dev·Aug 6, 202412 Spring Core/Spring Boot Interview Questions1. What is Spring Framework? Spring Framework is an open-source application framework. We can also say that it is a lightweight inversion of control(IoC) container and aspect-oriented container framework for the Java platform. Spring handles the infr...1 likeSpringboot
Yash Israniyashisrani.hashnode.dev·Aug 2, 2024How to Install Tomcat Server on EC2 Instance/Linux Machine 🚀👨🏻💻\=> Apache Tomcat is a web server ✅ \=> Apache Tomcat is used to run Java Web Applications 🏃 \=> Apache Tomcat is free & open source 😃 \=> Apache Tomcat runs on 8080 port by default (we can change that port) 🥸 https://youtu.be/zyagpX1NzG8 Instal...26 readsjava server