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
ECTED] Cc: user Subject: why do we need to integrate tomcat with apache webserver and how.pls urgent Hi List. I've small doubt why we need to configure tomcat with apache webserver. what is the neccessity of integration tomcat with apache web server. and also pls give me the steps to integ

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

2004-07-05 Thread McCormack, Chris
EMAIL PROTECTED] Cc: user Subject: why do we need to integrate tomcat with apache webserver and how.pls urgent Hi List. I've small doubt why we need to configure tomcat with apache webserver. what is the neccessity of integration tomcat with apache web server. and also pls give me th

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

2004-07-05 Thread ganesh gadi
Hi List. I've small doubt why we need to configure tomcat with apache webserver. what is the neccessity of integration tomcat with apache web server. and also pls give me the steps to integrate it in details. I am using OS :: windows 2000 Server Apache HTTP Server v2.0.49 tomcat 5.0.16

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

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

2004-06-30 Thread ganesh gadi
Hi List. i've small doubt why we need to configure tomcat with apache webserver. what is the neccessity of integration tomcat with apache webs server. and also pls give me the steps to integrate it in details. Bcoz i don't know abc of integration. awaiting ur reply Ganesh _