I have a Mac mini with Snow Leopard Server installed on it. I need to have Tomcat, Apache, and SVN running on this system, with Apache configured to pass JSP through to Tomcat, and SVN accessible through Apache. I've tried all sorts of things, and googled extensively, but can't find the right combination that works. I've been able to get svn://myname@localhost to work, but svn://[email protected] won't work. Nor will Apache pass through to Tomcat if I connect to the server at port 80. All I get is the text of the JSP file.
I have a router in front of the server, with a fixed IP, and am using port forwarding to connect the outside world to the server. If I forward port 80 to 8080 internally, then JSP pages load fine. But passing 80 to 80 returns the above behavior.
Are there any how-to's that address this particular combination? Is there anyone here who has experience with this? Any help would be most appreciated.
I'm running OS X 10.6.3 Server. Tomcat 6.0.26. Apache is what came installed on Snow Leopard Server. SVN is the latest binary download (don't remember off hand, but it was within the last couple of weeks). I've enabled the jk_module, dav_svn_module, and authz_svn_module modules in Server Admin.
Please help. This has had me totally wrapped around the axle for the last week now.