Author: jleroux
Date: Sat Dec 1 12:30:15 2012
New Revision: 1415987
URL: http://svn.apache.org/viewvc?rev=1415987&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/release12.04/applications/content/ofbiz-component.xml
Modified: ofbiz/branches/release12.04/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/content/ofbiz-component.xml?rev=1415987&r1=1415986&r2=1415987&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/content/ofbiz-component.xml (original)
+++ ofbiz/branches/release12.04/applications/content/ofbiz-component.xml Sat Dec 1 12:30:15
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>
|