Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Tomcat 6 Developer's Guide

You're reading from   Tomcat 6 Developer's Guide Understanding how a servlet container actually works will add greatly to your Java EE web programming skills, and this comprehensive guide to Tomcat is the perfect starting point.

Arrow left icon
Product type Paperback
Published in Dec 2009
Publisher Packt
ISBN-13 9781847197283
Length 416 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Chapter 7. The Engine Component

So far in our journey, we have encountered the Server, Service, and Connector components. The Server and Service are categorized as Top Level Components, and represent structural aspects of a Tomcat instance. The Server represents the running instance of Tomcat, while a Service represents a grouping of Connectors that feed a single Engine. A Connector component, in turn, represents a connection endpoint for a given Service.

In this chapter, you will be introduced to additional types of components within Tomcat— Containers and Nested Components.

A Container is a request processing component within Tomcat, and includes the Engine, Host, Context, and Wrapper components. Containers live in a parent-child style compositional hierarchy, where a parent container contains one or more child containers, each of which may contain other child containers. Tomcat's container components implement the org.apache.catalina.Container interface.

A Nested Component is a child of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image