<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>Hi!</FONT></DIV><FONT face=Arial size=2>
<DIV><BR>I apologise if this question has been asked before. All the answers I have been able to find require the installation of an Apache HTTPD, which I am trying to avoid.</DIV>
<DIV> </DIV>
<DIV>Our client currently has the OpenCMS running under an URL like this:</DIV>
<DIV><A href="http://www.client.org:8080/opencms/opencms/ClientSite/">http://www.client.org:8080/opencms/opencms/ClientSite/</A></DIV>
<DIV> </DIV>
<DIV>And, for obvious reasons, wants to switch this to:</DIV>
<DIV><A href="http://www.client.org/">http://www.client.org/</A></DIV>
<DIV> </DIV>
<DIV>Since they already have an IIS running for some pages, we want to avoid installing an Apache (which would then have to redirect to IIS for these pages). Also, I don't know anything about configuring an IIS. The best solution for us would therefore be to have Tomcat run on port 80, with the root directory "mapped" to /opencms/opencms/ClientSite/, and move the IIS to another port (which would not be a problem).</DIV>
<DIV> </DIV>
<DIV>So our problem is: Is there a way to make Tomcat/OpenCMS handle the / URI like /opencms/opencms/ClientSite? I've been able to remove the ClientSite part by linking a index.jsp directly in /sites/default/, but I have not found a way to get rid of /opencms/opencms/. I suppose it would involve changing both the Tomcat and the OpenCMS configurations, but I'm not even sure it can be done.</DIV>
<DIV> </DIV>
<DIV>Any help is greatly appreciated,</DIV>
<DIV>Marian.</DIV>
<DIV></FONT> </DIV></BODY></HTML>