RE: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-07-08 Thread Danilo Gurovich
e 30, 2004 1:56 AM To: Struts Users Mailing List Subject: Re: why do we need to integrate tomcat with apache webserver and how.pls urgent I fully agree with you. If you don't have to serve other static files than gif/css for your webapp, don't need load-balancing, don't have hard sec

Re: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-07-05 Thread Bryan Hunt
Ganesh, After looking on google for aprox 60 seconds I found this page http://jakarta.apache.org/tomcat/faq/connectors.html Check on google first in future and stop expecting us to do your job for you. This list is run by volunteers, not by your personal assistants. --b McCormack, Chris wrote: Th

RE: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-07-05 Thread McCormack, Chris
This is the third time this has been posted isn't it ? IIRC it was answered quite well the second time it was asked. Look in to modjk and read the tomcat faq/manual. Chris McCormack -Original Message- From: ganesh gadi [mailto:[EMAIL PROTECTED] Sent: 05 July 2004 15:20 To: [EMAIL PROTEC

Re: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-06-30 Thread Nicolas De Loof
I fully agree with you. If you don't have to serve other static files than gif/css for your webapp, don't need load-balancing, don't have hard security constraints (intranet serer) just use tomcat HTTP connector. It will be really simplier to configure Nico. > I agree with everything nico ju

Re: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-06-30 Thread Mark Lowe
I agree with everything nico just said, however there is no reason if you're just wanting to run a basic webserver with java/jsp you cant just change tomcat to serve over port 80 and forget about apache. The built in http server is pretty good and in some situations performs as well as apache w

Re: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-06-30 Thread Nicolas De Loof
Apache is handling static datas according to mod_jk rules for better perfs. Apache can also handle HTTPS. Apache has lot's of usefull modules that can be helpfull for any usage (stats, cgi, perl ...) Apache security is well known, tomcat does'nt need to be visible from internet (DMZ) Tomcat http

Re: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-06-30 Thread Can Zheng
We do the integration mainly in order to enhance performance, I guess. Despite this, Tomcat is a full-fledged web application server ifself On Wed, 30 Jun 2004 00:19:40 -0700 (PDT), ganesh gadi <[EMAIL PROTECTED]> wrote: > > Hi List. > > i've small doubt why we need to configure tomcat with ap

Re: why do we need to integrate tomcat with apache webserver and how.pls urgent

2004-06-30 Thread Can Zheng
We do the integration mainly in order to enhance performance, I guess. Despite this, Tomcat is a full-fledged web application server ifself On Wed, 30 Jun 2004 00:19:40 -0700 (PDT), ganesh gadi <[EMAIL PROTECTED]> wrote: > > Hi List. > > i've small doubt why we need to configure tomcat with apa