[opencms-dev] How to remove opencms/opencms in tomcat 8 without using apache

Manoj.Sharma at nevagroup.com Manoj.Sharma at nevagroup.com
Wed Jan 6 07:03:15 CET 2016


Hi,

I tried all the solution given in the reply. I have done fresh opencms 
installation as ROOT.war and i have followed all the step given on url or 
answer given to this question.

Please help me, anybody help to do this thing on fresh installation. 
website working fine on localhost:8080/opencms but i want it should run 
like localhost:8080.


With Regards
Manoj Kumar Sharma





Re: [opencms-dev] How to remove opencms/opencms in tomcat 8 without using 
apache

Lorenz Lammersdorf 
to:
The OpenCms mailing list, Manoj.Sharma
01/05/2016 07:58 PM





try:

opencms-importexport.xml

<rendersettings>
        <rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix>
        <vfs-prefix>/</vfs-prefix>
        <userelativelinks>false</userelativelinks>
        <exporturl>http://127.0.0.1/handle404</exporturl>

2016-01-05 13:36 GMT+01:00  <Manoj.Sharma at nevagroup.com>:
> Hi
>
> I am trying to deploy OpenCms 9 in Tomcat without using apache or any 
proxy.
> I tried this
> "
http://www.opencms-wiki.org/wiki/Removing_the_/opencms/opencms_prefix_without_using_Apache
"
> and done all the things mentioned here but again i am not succeeded. I 
have
> also tried these urls
> "http://lists.opencms.org/pipermail/opencms-dev/2011q3/035947.html", "
> 
https://blog.codecentric.de/en/2013/08/opencms-8-avoiding-opencmsopencms-in-url-2/
",
> "http://www.ebel-computing.de/JSPWiki/Wiki.jsp?page=OpenCms", But again 
not
> succeeded.
>
> opencms-importexport.xml
>
> <rendersettings>
>         <rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix>
>         <vfs-prefix>${CONTEXT_NAME}</vfs-prefix>
>         <userelativelinks>false</userelativelinks>
>         <exporturl>http://127.0.0.1:80$
{CONTEXT_NAME}/handle404</exporturl>
> ....
> </rendersettings>
>
> web.xml
> <context-param>
>         <param-name>OpenCmsServlet</param-name>
>         <param-value>/*</param-value>
>     </context-param>
>
>     <context-param>
>         <param-name>DefaultWebApplication</param-name>
>         <param-value>ROOT</param-value>
>     </context-param>
>
> ....
>
> <filter>
>             <filter-name>UrlRewriteFilter</filter-name>
>
> 
<filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class>
>
>             <init-param>
> <param-name>confReloadCheckInterval</param-name>
>                           <param-value>-1</param-value>
>                  </init-param>
>
>                  <init-param>
>                           <param-name>logLevel</param-name>
>                           <param-value>ERROR</param-value>
>                  </init-param>
>
>                  <init-param>
>                           <param-name>statusEnabled</param-name>
>                           <param-value>false</param-value>
>                  </init-param>
>
>                  <init-param>
>                           <param-name>statusPath</param-name>
>                         <param-value>/status</param-value>
>                 </init-param>
>         </filter>
>
>         <filter-mapping>
>                 <filter-name>UrlRewriteFilter</filter-name>
>                 <url-pattern>/*</url-pattern>
>         </filter-mapping>
>
>
> And whatever the configuration in the opencms, i have not changed. I 
have
> also created urlrewrite.xml
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 2.6//EN"
> "http://tuckey.org/res/dtds/urlrewrite2.6.dtd">
> <urlrewrite>
>   <rule>
>    <condition type="request-uri"
> operator="notequal">^/export/.*$</condition>
>    <condition type="request-uri"
> operator="notequal">^/resources/.*$</condition>
>    <condition type="request-uri"
> operator="notequal">^/opencms-errorhandler/.*$</condition>
>    <condition type="request-uri"
> operator="notequal">^/webdav/.*$</condition>
>    <condition type="request-uri"
> operator="notequal">^/opencms/.*$</condition>
>    <condition type="request-uri" 
operator="notequal">^/setup/.*$</condition>
> <--- This rule is probably not necessary
>    <from>^/(.*)$</from>
>    <to>/opencms/$1</to>
> </rule>
> </urlrewrite>
>
>
>
> Please help in this regard.
>
> With Regards
> Manoj Kumar Sharma
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please 
visit
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>



-- 
Kernbrand baut aus und bekommt mehr Platz: Ab 1.2.2016 sind wir an der
Teufenerstrasse 11, St.Gallen
--
Aktuell im Blog Mensch Marke: Besser bloggen statt werben
Unseren Newsletter abonnieren
--
Lorenz Lammersdorf
Senior Web Developer

Kernbrand AG
Technology
Rorschacher Strasse 17
9000 St.Gallen
+41 71 492 20 22


--

Verbinden Sie sich jetzt mit uns! Wir freuen uns auf Sie.

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


More information about the opencms-dev mailing list