El lun, 20-02-2006 a las 11:24 +0000, Axel escribió: > Hi all, > > I have a simple question: > When running Tomcat 5.x, do I need Apache http server, or is it included in > Tomcat? I read threads on both versions and would like to know what the deal > is? >
Tomcat has a HTTP connector, so it can be used as a web server. But most people uses to either use mod_jk (or mod_proxy_ajp in Apache 2.2) to have a Apache HTTP web server forward connections to one or more tomcat instances. mod_proxy in the Apache HTTPD web server can be used to as a reverse proxy. It all depends on your scalability, stability, security, etc. requirements. > Many thanks in advance. > > Cheers, > Axel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- VP and Chair, Apache Portals (http://portals.apache.org) Apache Software Foundation
signature.asc
Description: Esta parte del mensaje está firmada digitalmente
