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

Re: Using Tomcat for Subversion instead of Apache?

From: <esm_at_logic.net>
Date: 2003-01-30 21:47:44 CET

On Thu, Jan 30, 2003 at 08:14:26PM +0100, Andreas Schildbach wrote:
 Is it possible and has anyone tried to use Tomcat (4.1 or 5.0 alpha) as the
 server for Subversion (instead of Apache)?

No, sorry. mod_dav_svn is an Apache module.

 My problem is that my single IP address has already got Tomcat listening to
 port 80, and when I switch Subversion to another port I will have problems
 with the firewall that protects my Subversion clients.

Three options that I see:

a) Move to Apache listening on port 80, connected to Tomcat using mod_jk.
   This is probably the most direct route, and you might find that you enjoy
   some of the benefits of running Apache/Tomcat in this manner.

b) Convince Tomcat's HTTP service to operate as a proxy server. Presumably,
   one would need an HTTP proxy servlet to do this, but maybe Tomcat can do
   it natively; I couldn't say for sure.

c) Run Apache on port 443. Convince your firewall admins that you need port
   443 opened up for an SSL application. :-)

I'm sure there's more, but starting with c) above, they start getting
obnoxiously hackish.

-- 
Edward S. Marshall esm@logic.net
http://esm.logic.net/
Felix qui potuit rerum cognoscere causas.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:26:17 2006

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

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