For a medium to high volume site using Apache to serve static
content (static html, images, css, etc.) is:

1. Faster and more reliable (no pauses due to JVM garbage collection, etc.)
2. Takes that load off of Tomcat so it can concentrate on dynamic content. 
(JSPs/Servlets)
3. Allows you to do load balancing if needed.

I use Apache 1.3.26 with mod_jk 1.2 and Tomcat 4.1.12.

Regards,

Glenn

Barry Moore wrote:
> I have not used Tomacat in a couple years. The last
> time I used it, our companies policy was to integrate
> with Apache and get Apache to do the serving duties
> and just use Tomcat as the jsp processor.
> 
> With Tomact 4 is this still considered a good practice
> for high traffic sites?
> 
> Thanks,
> Barry
> 
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to