[
https://issues.apache.org/jira/browse/OFBIZ-6183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370852#comment-14370852 ]
Deepak Dixit commented on OFBIZ-6183:
-------------------------------------
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)