December 2009
Intermediate to advanced
416 pages
10h
English
An instance of this configurator class is added as a lifecycle listener of a Host component during its startup phase. This listener processes the start, stop, and periodic lifecycle events for its associated Host.
The primary function of this configurator is to deploy the web application contexts of its Host. In this section, we'll take a closer look at how the deployer handles this function.
A Context is represented by an org.apache.catalina.core.StandardContext instance. The deployment of a web application involves the instantiation of this class and initializing it with the properties of the<Context> element.
The<Context> element can either be found as a child of the<Host> element within the server.xml ...
Read now
Unlock full access