<div dir="ltr">Hi Piblo!<div><br></div><div>I suppose you had already saw this <a href="http://www.opencms-wiki.org/wiki/Avoiding_/opencms/opencms_in_the_URL_(apache_%2B_mod_proxy">http://www.opencms-wiki.org/wiki/Avoiding_/opencms/opencms_in_the_URL_(apache_%2B_mod_proxy</a>) </div><div><br></div><div>To remove the second opencms, that is the servlet one is a little bit hard. I use url rewrite to remove it.</div><div><br></div><div>I set this rules  in the file </div><div><div><rule></div><div><span class="Apple-tab-span" style="white-space:pre">   </span><condition type="request-uri" operator="notequal">^/export/.*$</condition></div><div><span class="Apple-tab-span" style="white-space:pre">   </span><condition type="request-uri" operator="notequal">^/resources/.*$</condition></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><condition type="request-uri" operator="notequal">^/opencms-errorhandler/.*$</condition></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><condition type="request-uri" operator="notequal">^/webdav/.*$</condition></div><div><span class="Apple-tab-span" style="white-space:pre">   </span><condition type="request-uri" operator="notequal">^/opencms/.*$</condition></div><div><span class="Apple-tab-span" style="white-space:pre">  </span><condition type="request-uri" operator="notequal">^/setup/.*$</condition></div><div>  <from>^/(.*)$</from></div><div>  <to>/opencms/$1</to></div><div></rule></div></div><div><br></div><div>I never use it, but for eliminate the first opencms you have to change de web.xml with the param-name "DefaultWebApplication", change param-value ROOT for opencms.</div><div><br></div><div>I hope you find it useful</div><div><br></div><div>Regards,</div><div>Fermin</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">El lun., 28 de sept. de 2015 a la(s) 8:42 a. m., piblo <<a href="mailto:pablobetancor@gmail.com">pablobetancor@gmail.com</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for the answer, but I get the same error:<br>
<br>
"<br>
A system error reading a resource occurred!<br>
Error del servidor 404<br>
No encontrado<br>
<br>
El recurso solicitado "/opencms/system/login/index.html" no se encontró en<br>
el servidor.<br>
"<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://opencms.996256.n3.nabble.com/Removing-opencms-opencms-I-am-desperate-tp25811p25813.html" rel="noreferrer" target="_blank">http://opencms.996256.n3.nabble.com/Removing-opencms-opencms-I-am-desperate-tp25811p25813.html</a><br>
Sent from the OpenCMS mailing list archive at Nabble.com.<br>
_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
</blockquote></div>