Quantcast
Channel: Configuration – Tech Annotation
Browsing latest articles
Browse All 11 View Live

Image may be NSFW.
Clik here to view.

Tomcat – Mutual authentication over SSL

In my previous home banking system, I had a typical Client-Server certificate system. In this article I would like to describe that system and how it works. We’ll use an auto-generated certification...

View Article



Image may be NSFW.
Clik here to view.

Glassfish – Basic authentication

A good and simple way to apply an authentication system to our web application is to use a basic role authentication. This could be quickly configurated inside an application server and every web app...

View Article

Image may be NSFW.
Clik here to view.

Tomcat – Digest Authentication

Digest authentication is one of authentication type available on web server. This is very similar with Basic authentication and, the main difference, is using a encoded password. This password is...

View Article

Image may be NSFW.
Clik here to view.

Clustering Apache Tomcat Failover

Probably you’ve already heard about this topic and it’s very simple to apply. Whatever you’ve already known or not, I’d like to set a little list about how configure a couple of tomcat application...

View Article

Docker Swarm – containers distribution

Docker brings a feature (called Swarm) which aim is to gather docker instances in a single entity as a cluster making easier the deployment and scalability of containers inside. This makes Swarm an...

View Article


Blue-Green deployment with OpenLiteSpeed

Welcome to my first journey’s leg through different web servers in order to work out the Deployment step in Continuous Delivery (CD) . In this stage, I adopted OpenLiteSpeed to configure the blue-green...

View Article

Blue-Green/Canary deployment with NGINX

Welcome to the second episode of this series about Web Server and how work out the Deployment step in Continuous Delivery (CD). In this episode I’m going to describe how achieve this goal by using...

View Article

Blue-Green deployment with Apache Web Server

Welcome to the final episode of this series about Web Server and how to achieve the Deployment step in Continuous Delivery (CD). In this episode I’m going to describe how to get it by using Apache Web...

View Article


Get used with Podman, the next container generation

Red Hat has been rolling out its plan to replace Docker with Podman as container tool since 2018. Podman is a very interesting tool which resembles Docker both in concept and in command line. Yet, it’s...

View Article


Spring Cloud Gateway inside Kubernetes

One of the first things you learn when you approached microservices architecture is not a good idea to make all services visible to external client. Thus, you need something, as a Gateway, to put...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images