[jira] [Comment Edited] (OFBIZ-6183) Error when web app has mount point /

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-6183) Error when web app has mount point /

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370852#comment-14370852 ]

Deepak Dixit edited comment on OFBIZ-6183 at 3/20/15 6:43 AM:
--------------------------------------------------------------

You need to only change the ecommerce mount point,

{code}
<webapp name="ecommerce"
        title="eCommerce"
        server="default-server"
        location="webapp/ecommerce"
        mount-point="/"
        app-bar-display="false"/>
{code}


was (Author: deepak.dixit):
Change the mount point of ecommerce app and used "/"

{code}
<webapp name="ecommerce"
        title="eCommerce"
        server="default-server"
        location="webapp/ecommerce"
        mount-point="/"
        app-bar-display="false"/>
{code}

> Error when web app has mount point /
> ------------------------------------
>
>                 Key: OFBIZ-6183
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6183
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Trunk, 14.12.01, 12.04.06, 13.07.02
>            Reporter: Deepak Dixit
>            Assignee: Deepak Dixit
>             Fix For: 14.12.01, 12.04.06, 13.07.02, Upcoming Branch
>
>
> Context path values of "/" are now logged as invalid since tomcat-7.0.58, so if you want to mount webapp on "/" than you need to use “” instead “/“.
> Here is the ticket for the same: https://bz.apache.org/bugzilla/show_bug.cgi?id=57216



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)