<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>Hi
All,</FONT></SPAN></DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>I'm busy running
through an evaluation of OpenCMS, and am liking what I'm seeing. However, I have
to continue to support /cgi-bin functionality, and some legacy content outside
of OpenCMS, at least for a while. I followed the Apache/Tomcat integration
instructions in the 6.0 documentation to remove /opencms/opencms from the
URLs and it worked fine, even with Tomcat 5.5 instead of 4.x (wasn't sure the
CoyoteConnector would be there). However, though I can access my /cgi-bin
directory without trouble because of this entry (I think):</FONT></SPAN></DIV>
<DIV><SPAN class=409063817-10032006></SPAN> </DIV>
<DIV><SPAN class=409063817-10032006></SPAN><SPAN
class=409063817-10032006>ProxyPass /cgi-bin/
!</SPAN></DIV>
<DIV><SPAN class=409063817-10032006></SPAN> </DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>I also have this
entry:</FONT></SPAN></DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial
size=2>ProxyPass /support/
!</FONT></SPAN></DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>but I am not able to
access my $APACHE_DOC_ROOT/support directory unless I add a symlink to it from
$TOMCAT_HOME/webapps/ROOT. I'd prefer not to have to set up a bunch of symlinks
to each directory I want to maintain legacy content in. Is there a step I've
missed or something I can do to achieve this? It looks like someone else had a
similar problem previously; I think I've paid attention to the info
at</FONT></SPAN></DIV>
<DIV><SPAN class=409063817-10032006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=409063817-10032006><SPAN class=409063817-10032006><FONT
face=Arial size=2><A
href="http://mail.opencms.org/pipermail/opencms-dev/2005q1/015845.html">http://mail.opencms.org/pipermail/opencms-dev/2005q1/015845.html</FONT></SPAN></A></SPAN><SPAN
class=409063817-10032006></DIV>
<DIV><PRE><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>OpenCMS so far seems to rock! I'm hoping to continue to be impressed. Thanks!</FONT></SPAN></DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2></FONT></SPAN> </DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>Dennis</FONT></SPAN></DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2></FONT></SPAN> </DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>Apache 2.0.52</FONT></SPAN></DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>Tomcat 5.5</FONT></SPAN></DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>Java 1.4.2</FONT></SPAN></DIV><DIV><SPAN class=409063817-10032006></SPAN> </DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2>My httpd.conf settings:</FONT></SPAN></DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2></FONT></SPAN> </DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2><VirtualHost *:80><BR> <Directory "/usr/local/tomcat/webapps/ROOT/"><BR> Order allow,deny<BR> Allow from all<BR> </Directory><BR> ServerName <A href="http://www.mysite.com">www.mysite.com</A><BR> ServerAdmin <A href="mailto:admin@mysite.com">admin@mysite.com</A><BR> DocumentRoot "/usr/local/tomcat/webapps/ROOT/"<BR> ErrorLog logs/error.log<BR> <BR> # Log only non-redirect requests in "normal" log file<BR> SetEnvIf Request_URI "\/opencms\/*" redirect<BR> CustomLog logs/localhost-access.log common env=!redirect</FONT></SPAN></DIV><DIV> </DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2> ProxyPass /cgi-bin/ !<BR> ProxyPass /support/ !<BR> ProxyPass /opencms/ !<BR> RedirectPermanent /opencms/ <U><FONT color=#0000ff><A href="http://www.mysite.com">http://www.mysite.com</A></FONT></U></FONT></SPAN></DIV><DIV> </DIV><DIV><SPAN class=409063817-10032006><FONT face=Arial size=2> ProxyPass /resources/ !<BR> ProxyPass /export/ !<BR> <BR> ProxyPass / <A href="http://localhost:8081/opencms/">http://localhost:8081/opencms/</A><BR> ProxyPassReverse / <A href="http://localhost:8081/opencms/">http://localhost:8081/opencms/</A><BR></VirtualHost></FONT></SPAN></DIV></PRE></SPAN></DIV></BODY></HTML>