]> &project; Yoav Shapira Startup

This page describes how the Tomcat server starts up. There are several different ways to start tomcat, including:

A text description of the startup procedure is available here.

A UML sequence diagram of the startup procedure is available here.

The startup process can be customized in many ways, both by modifying Tomcat code and by implementing your own LifecycleListeners which are then registered in the server.xml configuration file.