Apache Tomcat
-
DevOps

Super Quick Tomcat App Deployment Using a PULL Script
If you managed to read my last blog you’ll remember that I demonstrated a simple script for creating a new…
Read More » -
DevOps

Super Fast Tomcat Installation using FTP and Version Control
When talking about Continuous Delivery one of the tests that both Martin Fowler and Jez Humble often mention is their…
Read More » -
DevOps

Death by Redirect
It is said that the greatest harm can come from the best intentions. We recently had a case where, because…
Read More » -
DevOps

Tomcat Clustering Series Part 4 : Session Replication using Backup Manager
Hi, this is my fourth part of the Tomcat Clustering Series. In this post we are going to discuss how…
Read More » -
Enterprise Java

Securing your Tomcat app with SSL and Spring Security
If you’ve seen my last blog, you’ll know that I listed ten things that you can do with Spring Security.…
Read More » -
Enterprise Java

Forcing Tomcat to log through SLF4J/Logback
So you have your executable web application in JAR with bundled Tomcat (make sure to read that one first). However…
Read More » -
DevOps

Tomcat Clustering Series Part 3 : Session Replication
This is the third part of the Tomcat Clustering Series. In this post we are going to discuss the how to…
Read More » -
Enterprise Java

Standalone web application with executable Tomcat
When it comes to deploying your application, simplicity is the biggest advantage. You’ll understand that especially when project evolves and…
Read More » -
DevOps

Tomcat Clustering Series Part 1 : Simple Load Balancer
I am going to start new series of posts about Tomcat clustering. In this post we will see what is the…
Read More »
