I was interested in seeing how it compared to the
regular Apache server. I am not sure of the advantages
of combining multiple tiers. The reason to keep them
separate is to be able to scale by adding servers to a
specific tier.

My experience has been keep the tiers separate. I am
not sure how secure Tomcat is compared to Apache so
combining multiple tiers may include additional risks.

If you really want to get better performance eliminate
Apache altogether. At least that is what I have heard
here in this newsgroup.

I am down to 4.2msec round trip for my type of
requests as measured at the client and want better
than that and the conclusion is to eliminate Apache as
soon as I can find a good Blog software install for
Tomcat rather than one that uses Perl.

Regards,
-Tony

--- Brian Millett <[EMAIL PROTECTED]> wrote:

> Filip Hanik - Dev Lists escribĂ­o:
> > using mod_proxy_http, you want to enable
> > 
> > ProxyPreserveHost On
> > 
> > 
> > Filip
> > loknor wrote:
> >>
> >> Filip Hanik - Dev Lists wrote:
> >>  
> >>> three options
> >>>
> >>> mod_proxy_http
> >>> mod_jk
> >>> mod_proxy_ajp
> >>>
> >>> Filip
> >>>
> >>>
> >>>     
> >>
> >> Yep just found the other option, and a site that
> got me up to speed very
> >> quickly.  I can now communicate between Apache
> and Tomcat. 
> >>
>
http://blog.taragana.com/index.php/archive/5-steps-to-integrate-tomcat-55-with-apache-20
> >>
> >>
> >> Thanks,
> >>
> >> Brent
> >>   
> 
> I'd also recommend that you compile the apr native
> libs for tomcat
> (apache-tomcat-6.0.14/bin/tomcat-native.tar.gz) and
> enable it when you start
> tomcat by adding
> "-Djava.library.path=/usr/local/apr/lib" (I
> installed the lib
> in /usr/local/apr/lib).
> 
> What gives you is the apr interface for handling the
> http connects.
> 
> from the catalina.out:
> 
> Nov 26, 2007 9:31:10 AM
> org.apache.coyote.http11.Http11AprProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> 
> This handler scales and is quicker than the java
> handler.  JBoss calls it
> JBossWeb.  See
> http://labs.jboss.com/jbossweb/index.html for a nice
> graph of the
> performance differences between the native apr &
> java handlers.
> 
> 
> -- 
> Brian Millett - [ Ivanova, "The Geometry of
> Shadows"]
> "If it gets too bad I'll just gnaw it off at the
> ankle."
> 
> 
>
---------------------------------------------------------------------
> To start a new topic, e-mail:
> users@tomcat.apache.org
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to