Hi Asha,

Is mod_proxy also an option you are considering?  "mod_proxy" is part of the 
Apache distribution and does not require compiling any modules separately.

Here are my thoughts:
Tomcat's built-in HTTP connector can be used for production if your production 
traffic is light.  It is advisable to front-end Tomcat with Apache.  Apache 
will serve static files, and ProxyPass all dynamic content to Tomcat.  Apache's 
I/O is superior to Tomcat.  Besides, front-ending Tomcat with Apache also gives 
you access to the powerful traffic filtering, security and other modules that 
are available for Apache.

What do others think?

                -Shanti

On Nov 22, 2011, at 1:43 AM, Asha K S wrote:

> Hi,
> 
> Is there any document which I can refer to which states if tomcat's built in 
> http connector (Coyote) can be used for production ? And also a comparison 
> between http connector and AJP one.
> 
> Thanks,
> Asha
> 
> 
> !DSPAM:4ecb449672082560778728!

--
Shanti Suresh
App Systems Analyst Lead
Web Services, LSA Development
University of Michigan
Office: 734-763-4807
sha...@umich.edu
http://lsa.umich.edu/cms





Reply via email to