RE: What different between Apache and Apache Tomcat?

2009-11-14 Thread Caldarale, Charles R
> From: Ziggy [mailto:zigg...@gmail.com] > Subject: Re: What different between Apache and Apache Tomcat? > > Has this actually been proven now? Are there any benchmark tests > i can refer to? Yes it's been proven - and discussed innumerable times on this mailing list. The

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Ziggy
On Sat, Nov 14, 2009 at 2:21 PM, Peter Crowther wrote: > > Many Internet sites still tell you that Tomcat is slow at serving > > static content such as html files, and you should put httpd in front > > for serving those files. This is not true for Tomcat 5.5.x and Tomcat > > 6.0.x. You will rea

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Henry Loke
I will go for Apache with Tomcat. Since there is no way for me to install Apache httpd in front of Apache Tomcat :D Thanks guys -fsloke David Smith-2 wrote: > > Not always. In the simplest of configurations, just serving out > webapps, it's better to go with a standalone Apache Tomcat > inst

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread David Smith
Not always. In the simplest of configurations, just serving out webapps, it's better to go with a standalone Apache Tomcat installation. Putting Httpd in front would just add latency to the request and make the environment more complicated. If you need other features best provided by Httpd, then

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Henry Loke
So, it is better to install Apache httpd in front of Tomcat Thanks Guys... -fsloke Konstantin Kolinko wrote: > > 2009/11/14 Henry Loke : >> >> I only install Apache Tomcat my Java webapp can work already. >> So far I know what Apache can do, Apache Tomcat also can do. >> The common different

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Konstantin Kolinko
2009/11/14 Henry Loke : > > I only install Apache Tomcat my Java webapp can work already. > So far I know what Apache can do, Apache Tomcat also can do. > The common different is Apache Tomcat is for Java program only > Apache can support multiple language webapp eg. php, Java , etc etc > > I a bit

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Peter Crowther
2009/11/14 Henry Loke : > I only install Apache Tomcat my Java webapp can work already. > So far I know what Apache can do, Apache Tomcat also can do. > The common different is Apache Tomcat is for Java program only > Apache can support multiple language webapp eg. php, Java , etc etc By "Apache"

Re: What different between Apache and Apache Tomcat?

2009-11-14 Thread Pid
On 14/11/2009 13:51, Henry Loke wrote: I only install Apache Tomcat my Java webapp can work already. So far I know what Apache can do, Apache Tomcat also can do. The common different is Apache Tomcat is for Java program only Apache can support multiple language webapp eg. php, Java , etc etc I