A while ago I mentioned that every Java project has to have a main method somewhere. I started thinking it would be interesting to dig into a larger project and show how even a whole servlet container starts with a main method, just like the smallest hello world program. So let’s poke at Tomcat! Why tomcat? Because it’s open source, I’ve used it before, and honestly it was the first thing.. Read More