Custom LoginModule in Tomcat
Tomcat manages application security through the concept of realm. A realm is a coherent package of name password pairs that identify valid users for a web application. Tomcat’s default realm is...
View ArticleTomcat’s Valve, an alternative to Filter
In this article, I will show you how to replace filters declared in web.xml with unobtrusive mechanism in Tomcat.
View ArticleClustering Tomcat
In this article, I will show you how to use Apache/Tomcat in order to set up a load balancer. I know this has been done a zillion time before, but I will use this setup in my next article (teaser,...
View ArticleTomcat 6 Developer’s guide
This review is about Tomcat 6 Developer’s guide by Damodar Chetty from Packt Publishing. Facts 11 chapters, 395 pages, 44$99 This book covers how Tomcat works: Server, Service, Connector, Valve,...
View ArticleSSL your Tomcat 7
One thing I’m doing very often and always searching on the Internet is how to obtain a self-signed SSL certificate and install it in both my client browsers and my local Tomcat. Sure enough there are...
View Article