>>>Using both Tomcat and httpd together is fairly
>>common, but performance of the newer versions of Tomcat eliminate that
>>reason for doing so.
Does  5.5 version falls into  newer version ? 

Thanks for the explanation Chuck .




"Caldarale, Charles R" <[EMAIL PROTECTED]> 
11/18/2007 10:12 PM
Please respond to
"Tomcat Users List" <users@tomcat.apache.org>


To
"Tomcat Users List" <users@tomcat.apache.org>
cc

Subject
RE: simple question on Tomcat-apache






> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Subject: simple question on Tomcat-apache 
> 
> does Tomcat -apache contains http server

Tomcat is a capable web server as well as a Servlet/JSP container, and
can be used standalone for most environments.  As downloaded, the
default installation is oriented towards a development environment using
ports 8080 and 8443 and auto-deployment, but can easily be reconfigured
for production use on ports 80 and 443.  It does not include httpd
(which is why there's no httpd.conf file), but instead handles HTTP and
HTTPS with a pure Java implementation.  (There is a native code
connector available for performance-critical environments.)

Apache httpd is a separate product serving static content and script
execution, and can be used as a load-balancing mechanism to front-end
multiple Tomcats.  Using both Tomcat and httpd together is fairly
common, but performance of the newer versions of Tomcat eliminate that
reason for doing so.

 - 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