> From: Breno Jacinto [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat serving static pages
> 
> I wonder if today, with Tomcat's maturity, is there any need to
> integrate it with Apache JK modules just for serving static content?

My opinion: definitely not.  There are reasons you might want to run
httpd in front of Tomcat (e.g., load balancing, various CGI schemes),
but serving static content isn't one of them.

If you have a significant SSL load, you might want to look at the APR
library for use with Tomcat:
http://tomcat.apache.org/tomcat-6.0-doc/apr.html

It uses OpenSSL and is pretty much the same connector code as httpd.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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