Linux

haproxy - High Availability using HAProxy

High Availability using HAProxy – Practical Guide with Sample Project

Introduction HAProxy or High Availability Proxy is an open-source software that is widely used as a High Availability functionality provider. HA functionality is such a crucial functionality without which modern-day business applications/systems can’t think of going live. To show the use of HAProxy as a High Availability provider we will do a demo project or […]

High Availability using HAProxy – Practical Guide with Sample Project Read More »

nginx as load balancer

NGINX as Load Balancer – Configuration with Practical guide

Introduction NGINX, beyond its well-known capabilities as a robust web server, shines as a versatile tool for distributing incoming web traffic across multiple servers, a process known as load balancing. With its lightweight and high-performance architecture, NGINX emerges as an ideal choice to be used as a load balancer. The benefits of using NGINX as

NGINX as Load Balancer – Configuration with Practical guide Read More »

nginx, Serving Static webpage using nginx

Deploying Web App (Static) in NGINX – Practical Guide

Introduction NGINX is one of the most popular and widely used open-source web servers, renowned for its speed and versatility. Not only that NGINX is a high-performance web server that excels at serving static content and handling concurrent connections efficiently. Besides working as a Webserver (HTTP server), NGINX can used as a Reverse Proxy, Load

Deploying Web App (Static) in NGINX – Practical Guide Read More »

haproxy installation guide

How to Install HAProxy – a Step by Step Practical Guide

Introduction HAProxy is one of the most popular open-source software that is used for functionalities like, Software load balancer – as a load balancer it distributes the incoming traffic to various servers. High Availability – HAProxy or High Availability Proxy can provide high availability by providing a single user interface where multiple servers are serving

How to Install HAProxy – a Step by Step Practical Guide Read More »

tomcat installation

How to install Apache Tomcat on ubuntu – a simple & practical guide

Introduction Tomcat is one of the most popular & widely used open-source web servers. It also works as a servlet container to serve Java applications. Tomcat web server is licensed under the Apache License. Tomcat web server is written in Java language. Prerequisite To complete this tutorial, you need the below prerequisites. One ubuntu machine

How to install Apache Tomcat on ubuntu – a simple & practical guide Read More »

Java installation on Ubuntu, RHEL, CentOS - a simple & practical guide

Java installation on Ubuntu, RHEL, CentOS – a simple & practical guide

Introduction Java is an object-oriented programming language. Using java we can develop mobile application, web application, enterprise application, normal Java application etc. Tech companies use Java to develop various software (e.g., web servers). When it comes to running all those Java based applications, they require Java to be installed as a prerequisite. And when we

Java installation on Ubuntu, RHEL, CentOS – a simple & practical guide Read More »

NGINX installation on Red Hat Linux and Ubuntu – step-by-step guide

NGINX installation on Red Hat Linux and Ubuntu – step by step guide

Introduction In this article we will guide you through nginx installation. We will see installation on both Red Hat Linux & Ubuntu. Prerequisite Knowledge Knowledge of NGINX Basic knowledge of networking Installation steps of NGINX on Red Hat Linux Below are the steps to install NGINX on Red Hat Linux – Step 1: Enable NGINX

NGINX installation on Red Hat Linux and Ubuntu – step by step guide Read More »

How to install JBoss EAP – step-by-step guide

How to install JBoss EAP – Step by Step Practical Guide

Introduction JBoss EAP is one of the most popular Java EE-based application server runtime platforms. It is written in Java and developed by Red Hat. Welcome to this comprehensive guide on installing JBoss EAP (Enterprise Application Platform), a powerful and versatile Java EE application server. JBoss EAP provides a robust foundation for developing, deploying, and

How to install JBoss EAP – Step by Step Practical Guide Read More »