Hello Beejal,
You have given the name of component hello1 in ofbiz-component.xml ,
Change it to hello2.
Thanks & Regards
----
Deepak Dixit
comment inline:
ofbiz-component.xml
<?xml version="1.0" encoding="UTF-8"?>
<ofbiz-component name="hello1"
<ofbiz-component name="hello2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
<resource-loader name="main" type="component"/>
<webapp name="hello2"
title="Hello2 Application"
server="default-server"
base-permission="OFBTOOLS"
location="webapp/hello2"
mount-point="/hello2"
app-bar-display="false"/>
</ofbiz-component>
Please help.
Thanks,
Beejal