We were going to use Apache because it supports SSL.  Can Tomcat support
SSL also?

Randy Layman <[EMAIL PROTECTED]> on 02/01/2001 03:06:01 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  RE: Why use apache




     Tomcat is written in Java.  Apache is written in C/C++.  Java is
interperted.  Apache is not.  Therefore, when serving the same content,
Apache is faster.  With that being said, however, it really depends upon
what it is that you are serving.  Our application has ~12 static file (1
image, 1 css, 4 html for frameset, the rest are JS) and about 75
JSP/servlet
files.  For us, there is a cost for adding Apache in from of Tomcat,
instead
of a benefit, because close to 95% of our requests end up going to Tomcat
anyway.

     So, the answer is it really depends.  Look at your usage patterns -
if its almost exclusively Tomcat-served dynamic content then go with just
Tomcat.  If its mostly static with a few dynamic pages the go with Apache
and Tomcat.  If its in between, experiment and test to determine what's
best
for your application.

     Randy

-----Original Message-----
From: Cybercity_Egen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 3:32 PM
To: [EMAIL PROTECTED]
Subject: Why use apache


Hi, I am new at tomcat.

Why use Apache with tomcat, is it not enough just to use Tomcat. It
works for me, but will it be a problem if i get high traffic on my
server, or is there any other disadvanteges?

Thanks
Jimmy
                       mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to