Anubhav Guptaanubhavinsights.hashnode.dev·Jan 30, 2025Deploy Applications on AWS: A Step-by-Step Guide to EC2, ELB, Route 53, and MoreIn this guide, we’ll deploy a scalable and secure application on AWS, utilizing Memcached for caching, RabbitMQ for background task processing, MySQL for data storage, and Tomcat for application hosting. While this guide doesn’t cover full applicatio...1 like·30 readsSQL
Michael JAYEOLAapache-server.hashnode.dev·Jan 28, 2025⚙️Demystifying Apache Tomcat: A Developer’s Path to Manual Deployment and DevOps Readiness 💻Apache Tomcat is one of the most popular open-source web servers used for deploying Java-based web applications. It is widely adopted in the developer community for its reliability, scalability, and cross-platform capabilities. In this guide, we’ll w...20 likesDevops
Sai Praneethterraformiac.hashnode.dev·Jan 23, 2025TomcatWhat is tomcat and why do we need tomcat? Tomcat is an application server where we can deploy our war( web archive ) file, with maven we can generate war, jar, and ear but Tomcat supports war files only, we can run jar with the help of, java -jar jar...app-server
Hashim HBitsmehashim.hashnode.dev·Jan 8, 2025Mastering Web Server Setup: Nginx, Apache, and Tomcat in One Guide✦ What is Web Server? Web server is a program which processes the network requests of the users and serves them with files that create web pages. This exchange takes place using Hypertext Transfer Protocol (HTTP). In Simple terms the client(User) r...apache
Jay Kasundrajenkins-learnings.hashnode.dev·Jan 7, 2025Learn to Establish a Target Environment Using JenkinsTomcat Web Application Server Jenkins_Master Node(VM) Install jdk,jenkins,git. Used to Create the CI/CD Pipeline Projects and schedule to run in slave nodes. Jenkins_Slave Node(VM) To Execute the Application Build. Perform Application Build - C...Devops
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...26 readsDevops
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