You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2015/04/18 09:33:29 UTC

svn commit: r1674451 - /ofbiz/trunk/applications/content/ofbiz-component.xml

Author: adrianc
Date: Sat Apr 18 07:33:29 2015
New Revision: 1674451

URL: http://svn.apache.org/r1674451
Log:
Fix OFBiz looking for web.xml in wrong place - https://issues.apache.org/jira/browse/OFBIZ-6259.

Modified:
    ofbiz/trunk/applications/content/ofbiz-component.xml

Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=1674451&r1=1674450&r2=1674451&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Sat Apr 18 07:33:29 2015
@@ -74,7 +74,7 @@ under the License.
     <webapp name="contentimages"
         title="Content Images"
         server="default-server"
-        location="webapp/content/images"
+        location="webapp/contentimages"
         mount-point="/contentimages/"
         app-bar-display="false"/>