[opencms-dev] Definitive guide to get rid of opencms/opencms

Alessio Zurleni azurleni at 7p4.fr
Wed Sep 24 22:18:01 CEST 2003


 
Hi,

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. 

I'm still faced to the problem with the "javax.servlet.ServletException: FlexDispatcher: Dectected inclusion loop" problem when trying to use jsp pages.

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....)

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? 

Regards



I'm using openCms 5.0.0 with tomcat 4.0.4 with this configuration :

server.xml with host entry like this :

 <Host name="cms5" appBase="webapps" debug="0">
  <Context path="" docBase="opencms_5.0" debug="0">
           <Logger className="org.apache.catalina.logger.FileLogger"
                       prefix="cms5_log." suffix=".txt"
          timestamp="true"/>
  </Context>

</Host>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20030924/a295d827/attachment.htm>


More information about the opencms-dev mailing list