Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Ashish Bajpai
Tomcat is a jsp/servlet container wheras the Apache is a full fledged web server. It is always good to have a robust webserver as the front door to your site. thanks ashish

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Tim O'Neil
At 02:04 PM 7/30/2001, you wrote: Are there any advantages running Tomcat with Apache versus running Tomcat standalone and listening on port 80. I am running only *.jsp files on my webserver. Added security if you use Apache.

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Srinivas Reddy
Also there is an increase in performance for static files like .html and static images. -srini - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 2:27 PM Subject: Re: Tomcat standalone vs Tomcat w/ Apache At 02:04 PM 7/30/2001

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Dan Bachelder
tomcat doesn't support apache mods yet does it? - Original Message - From: Chad Wray [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 5:04 PM Subject: Tomcat standalone vs Tomcat w/ Apache Are there any advantages running Tomcat with Apache versus running Tomcat

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Tsinwah Lee
O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 2:27 PM Subject: Re: Tomcat standalone vs Tomcat w/ Apache At 02:04 PM 7/30/2001, you wrote: Are there any advantages running Tomcat with Apache versus running Tomcat standalone and listening on port 80. I am

RE: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Curtis Dougherty
- Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 2:27 PM Subject: Re: Tomcat standalone vs Tomcat w/ Apache At 02:04 PM 7/30/2001, you wrote: Are there any advantages running Tomcat with Apache versus running Tomcat standalone

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Richard Draucker
there is an increase in performance for static files like .html and static images. -srini - Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 2:27 PM Subject: Re: Tomcat standalone vs Tomcat w/ Apache At 02:04 PM 7/30/2001, you wrote

RE: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Chad Wray
- Original Message - From: Tim O'Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 2:27 PM Subject: Re: Tomcat standalone vs Tomcat w/ Apache At 02:04 PM 7/30/2001, you wrote: Are there any advantages running Tomcat with Apache versus running Tomcat

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Craig R. McClanahan
On Mon, 30 Jul 2001, Richard Draucker wrote: The following is a cut'n paste from tomcat/doc/uguide/tomcat_ug.html. If you have tomcat installed, look for this doc and provide this text to your sys admin. Setting Tomcat to Cooperate with the Apache Web Server Tomcat is not as fast as

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: On Mon, 30 Jul 2001, Richard Draucker wrote: The following is a cut'n paste from tomcat/doc/uguide/tomcat_ug.html. If you have tomcat installed, look for this doc and provide this text to your sys admin. Setting Tomcat to Cooperate with

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Dmitri Colebatch
Pier, On Tue, 31 Jul 2001, Pier P. Fumagalli wrote: Well, to be completely honest, and being the author of 2 out of 3 apache connectors to Tomcat, I am a _BIG_ fan of using Tomcat in stand-alone mode. Unless you don't specifically require some of the Apache functionalities, run it stand

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Pier P. Fumagalli
Dmitri Colebatch at [EMAIL PROTECTED] wrote: Pier, On Tue, 31 Jul 2001, Pier P. Fumagalli wrote: Well, to be completely honest, and being the author of 2 out of 3 apache connectors to Tomcat, I am a _BIG_ fan of using Tomcat in stand-alone mode. Unless you don't specifically require some

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Tim O'Neil
At 05:19 PM 7/30/2001, you wrote: Of course, there are many non-performance-related reasons you might be required to use Apache in conjunction with Tomcat (if you need the other functionality that it provides). But, if you don't, you owe it to yourself to see if Tomcat stand-alone runs fast

Re: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Craig R. McClanahan
On Mon, 30 Jul 2001, Tim O'Neil wrote: At 05:19 PM 7/30/2001, you wrote: Of course, there are many non-performance-related reasons you might be required to use Apache in conjunction with Tomcat (if you need the other functionality that it provides). But, if you don't, you owe it to