> Apache2 will only work properly with the ajp13 connector. > The webapp/warp connector doesn't seem to work properly yet.
Okay, the "mod_proxy" works well too, even with Apache 2. You can read about how to use mod_proxy with Tomcat in the docs included with Tomcat. Just remember to set both the ProxyPass as well as ProxyPassReverse as specified in the docs.
Must admit that certain features like hot deploying of web apps are absent in Tomcat...thtough one can usually get around that using an Ant script.
> Apache2 will only work properly with the ajp13 connector.
> The webapp/warp connector doesn't seem to work properly yet.
Okay, the "mod_proxy" works well too, even with Apache 2. You can read about how to use mod_proxy with Tomcat in the docs included with Tomcat. Just remember to set both the ProxyPass as well as ProxyPassReverse as specified in the docs.
Must admit that certain features like hot deploying of web apps are absent in Tomcat...thtough one can usually get around that using an Ant script.