Ankit RajforDeploying Application to Tomcat Serverdeploying-application-to-tomcat-server.hashnode.dev·6 hours agoBuilding 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...DiscussDevops
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...Discuss·56 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...DiscussLinux
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...Discuss·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...DiscussDevops
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...Discuss·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...Discussjava server
Dinesh Kumar Kblog.dineshcloud.in·Jul 31, 2024Installing Apache Tomcat on Ubuntu 22.04Apache Tomcat is an open-source web server developed by the Apache Software Foundation. Tomcat is one of the most popular choices for running Java web applications and is widely used in the industry. Step 1: Install Java Development Kit (JDK) Update ...Discuss·41 readsWeb Serverapache
prathu Dwivediprathu.hashnode.dev·Jul 22, 2024🚀 Setting Up VProfile Project: A Quick Guide 🚀Prerequisites: Oracle VM VirtualBox Vagrant Vagrant Plugins ($ vagrant plugin install vagrant-hostmanager) Git Bash or equivalent VM Setup: Clone the repository: shCopy code$ git clone https://github.com/hkhcoder/vprofile-project.git Naviga...DiscussDevops
Nahidnahidislam.hashnode.dev·Jul 9, 2024ServerWhat is Server? A server is a computer program or equipment that offers a service to another computer program and its users, referred to collectively as the clients. The physical system that a server program runs on is sometimes referred to as a serv...Discuss·10 likes·32 readsserver