[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: resin as my webdav server

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 15 May 2009 11:28:45 -0500

Andrey Repin wrote:
> Greetings, Matt.Young_at_EverBank.com!
>
>> I am considering getting rid of apache all together in favor of a java
>> EE App server (ie tomcat, resin, glassfish). I can successfully run all
>> my php and perl web applications via the fastcgi servlet in resin, which
>> only leaves subversion as my hangup.
>
> Am I wrong or TomCat is just an overhead atop Apache?

You are wrong. Tomcat is a standalone java web server. However, it is
common to run both apache and tomcat on the same machine letting apache
take the connections on port 80 and reverse-proxy to tomcat on a
different port (possibly balancing multiple servers) either with the ajp
connector or http proxy with ProxyPass or controlled by RewriteRules.
This gives you slightly more efficient handling of static pages and the
things apache does well, avoids the need to run tomcat as root to access
port 80 and doesn't add too much overhead for the java sites. As long
as you can isolate things in the apache config by location or virtual
host names it works pretty well.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2272534
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-15 18:29:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.