Join Books.org — it's free

Web Servers
How Tomcat works by Budi Kurniawan β€” book cover

How Tomcat works

by Kurniawan, Budi, Deck, Paul
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Overview

How Tomcat Works is the only book that explains the internal workings of Tomcat, the open source project used by millions of Java developers. Unlike other Tomcat titles, it is unique because it does not simply covers the configuration or servlet development with Tomcat. Rather, this book is meant for advanced readers interested in writing their own Tomcat modules or in understanding more beyond servlet/JSP programming.
The authors of this book have cracked open Tomcat 4 and 5 and revealed the internal workings of each component. Upon understanding the contents of this book, you will be able to develop your own Tomcat components or extend the existing ones.

In particular, this book explains:
- How to develop Java web servers
- Whether or not more Tomcat creates more than one instance for each servlet
- How Tomcat runs a servlet that implements the SingleThreadModel interface
- Why you cannot change the value of request parameters.
- The two main modules of a servlet container: connector and container
- How to build your own connector or extend the existing ones
- The four types of containers: engine, host, context, wrapper
- How Tomcat manages sessions and how to extend the session manager in a distributed environment.
- The class loader and how to create custom loaders
- How Tomcat implements security and basic/form-based/digest authentication
- How realms and login configuration work.
- How Tomcat processes the configuration file (server.xml) and converts the XML elements to Java objects using Digester
- Tomcat's shutdown hook
- JMX, Apache's Commons Modeler, and Tomcat JMX manageable resources

About the Author, Budi Kurniawan

Budi Kurniawan is an IT consultant specializing in Internet and object-oriented programming. He is the author of Java for the Web with Servlets, JSP, and EJB, and the creator of the Brainysoftware.com File Upload Bean.

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
May 28, 2004
Publisher
[Vancouver : Brainy Software Corp.], 2004.
Pages
458
Format
Paperback
ISBN
9780975212806

More by Budi Kurniawan

Similar books