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

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

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

jleroux@apache.org
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