PacktLib: Tomcat 6 Developer's Guide

Tomcat 6 Developer's Guide

Credits

About the author

Acknowledgement

About the reviewers

Preface

Introduction to Tomcat

What's the story behind Tomcat?

What exactly is Tomcat?

Why this book?

Gathering our tools

Summary

Servlet API Overview

Java Community Process

Java Enterprise Edition platform

Hypertext Transfer Protocol (HTTP)

What is the Servlet API?

Summary

Servlet Container Overview

Component taxonomy

Summary

Starting Up Tomcat

Summary

The Server and Service Components

Summary

The Connector Component

Summary

The Engine Component

Summary

The Host Component

Summary

The Context Component

Aspects of the Context component

Web application resources

Shared library mechanism

URLs and protocol handlers

Java class loading

Implementing a custom class loader

Making a class available

Context initialization and startup

Request processing

Hot deploying a context

Context example

Summary

The Wrapper Component

Summary

The Manager Component

Summary