Tomcat's HTTP server is fine for most applications.
Reasons why you would want Apache: - can run as a service on port 80 without being root - can use other technologies like CGI, and other languages, in addition to Tomcat - Apache is specifically tuned for static content, Tomcat is tuned for dynamic - Well-established, proven platform - Stable, generally secure - Can use other modules such as mod_proxy, mod_rewrite, or write your own modules - Can load-balance with Tomcat - Can easily handle multiple virtual hosts in an ISP/ASP environment ...and more. Search the archives for more info. This topic comes up regularly. John > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 1:20 PM > To: [EMAIL PROTECTED] > Subject: Why to use Apace as web server with TOMCAT > > > I would like know what are the advantages of using apache as > webserver for > tomcat. > ie, what is the disadvantage of using tomcat's own web server. > > > thanks > > Rajesh Bhabaraju (RAJ) > Office of Technology Services > Phone: 502-564-6949 X 281 > [EMAIL PROTECTED] > > > -- > 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]>
