IMPORTANT NOTE: The Webapp connector is now deprecated. Use the
Coyote JK Connector with
JK or
mod_proxy_ajp instead.
The Webapp Connector element represents a
Connector component that communicates with a web
connector via the WARP
protocol. This is used for cases
where you wish to invisibly integrate Tomcat 4 into an existing (or new)
Apache installation, and you want Apache to handle the static content
contained in the web application, and/or utilize Apache's SSL
processing. In many application environments, this will result in
better overall performance than running your applications under
Tomcat stand-alone using the
HTTP/1.1 Connector. However, the only way
to know for sure whether it will provide better performance for
your application is to try it both ways.
FIXME - general description of what happens at server
startup time when you have the WARP Connector configured.