You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/12/07 12:46:04 UTC

svn commit: r887894 - /ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml

Author: jleroux
Date: Mon Dec  7 11:46:03 2009
New Revision: 887894

URL: http://svn.apache.org/viewvc?rev=887894&view=rev
Log:
A patch from Erwan de FERRIERES "Mountpoint for the ofbiz website" (https://issues.apache.org/jira/browse/OFBIZ-3313) - OFBIZ-3313
Following Hans' commit for OFBiz website at the root of the webapp, images/css/etc... are not displayed. The component mountpoint is /, but should be /ofbiz
The patch is correcting this.
The website is then reachable at this address : http://localhost:8080/ofbiz/control/main

Modified:
    ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml?rev=887894&r1=887893&r2=887894&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/ofbizwebsite/ofbiz-component.xml Mon Dec  7 11:46:03 2009
@@ -30,7 +30,7 @@
         menu-name="secondary"
         server="default-server"
         location="webapp/ofbiz"
-        mount-point="/"
+        mount-point="/ofbiz"
         app-bar-display="false"/>
     
 </ofbiz-component>
\ No newline at end of file