Quantcast
Channel: A Java geek » tomcat
Browsing latest articles
Browse All 5 View Live

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 Article


Tomcat’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 Article


Clustering 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 Article

Tomcat 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 Article

SSL 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

Browsing latest articles
Browse All 5 View Live