<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4923.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2> 
<P>Hi,</P>
<P>I have been searching through the mailing list archives trying to find a way 
to get rid of the "opencms/opencms" part of the url. </P>
<P>I'm still faced to the problem with the "<FONT size=2><FONT 
size=2>javax.servlet.ServletException: FlexDispatcher: Dectected inclusion 
loop" </FONT>problem when trying to use jsp pages.</FONT></P>
<P><FONT size=2>I can go behind this problem (in keeping the opencms part of the 
url) prefixing image paths by special methods like 'getPathUri' or some others, 
but it would be a better thing to leave the relative path. That's the reason I 
would like to get rid of 'opencms' prefix in url (I did it well in opencms 
4.6.1....)</P>
<P></FONT>I know this question has been asked many times, but I still have yet 
to see a clear answer. Can someone give me the definitive guide to doing this? 
</P>
<P>Regards</P>
<P> </P>
<P>I'm using openCms 5.0.0 with tomcat 4.0.4 with this configuration :</P>
<P>server.xml with host entry like this :</P>
<P> <Host name="cms5" appBase="webapps" 
debug="0"><BR>  <Context path="" docBase="opencms_5.0" 
debug="0"><BR>         
  <Logger 
className="org.apache.catalina.logger.FileLogger"<BR>                     
  prefix="cms5_log." 
suffix=".txt"<BR>        
  timestamp="true"/><BR>  </Context></P>
<P></Host></P></FONT></DIV></BODY></HTML>