Author: jleroux
Date: Sat Dec 1 12:38:55 2012
New Revision: 1415988
URL: http://svn.apache.org/viewvc?rev=1415988&view=rev
Log:
A patch from Taher Alkhateeb for "Exception FileNotFound on startup"
https://issues.apache.org/jira/browse/OFBIZ-5089
On startup, I get a FileNotFound Exception from the content component. Upon
further investigation I realized there exists a webapp definition for something
that does not exist (ofbizHelp).
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/applications/content/ofbiz-component.xml
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1415987
Modified: ofbiz/branches/release11.04/applications/content/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/content/ofbiz-component.xml?rev=1415988&r1=1415987&r2=1415988&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/content/ofbiz-component.xml
(original)
+++ ofbiz/branches/release11.04/applications/content/ofbiz-component.xml Sat
Dec 1 12:38:55 2012
@@ -73,11 +73,5 @@ under the License.
location="webapp/content"
base-permission="CONTENTMGR"
mount-point="/content"/>
-
- <webapp name="ofbizhelp"
- title="OFBiz Help"
- server="default-server"
- location="webapp/ofbizhelp"
- base-permission="OFBTOOLS"
- mount-point="/ofbizhelp"/>
+
</ofbiz-component>