Hi Vivek,
Thanks for your quick reply.
Yes I do have mentioned "practice" as mount point in ofbiz-component.xml
file.
Following is my ofbiz-comonent.xml file
****************************************************
<?xml version="1.0" encoding="UTF-8"?>
<ofbiz-component name="practice"
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="practice"
title="Practice"
server="default-server"
base-permission="OFBTOOLS"
location="webapp/practice"
mount-point="/practice"
app-bar-display="false"/>
</ofbiz-component>
****************************************************
Vivek Mishra-2 wrote:
>
> Hi Shuchi,
>
> Check whether you have given mount point of the web application
> "practice" in ofbiz-component.xml file.
>
> Thanks!
>
> -- Vivek Mishra
>
> shuchi wrote:
>> Hello All,
>>
>> I am trying to learn OFBiz using "OFBiz Beginners Development Guide Using
>> Practice Application (Hello World...)" at
>> http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World...)
>>
>>
>> I followed all the steps till STEP 9 when I try to follow STEP 10 (run
>> the
>> application), I get following error message.
>>
>> *******************************************************************************
>> HTTP Status 404 - /practice/control/main
>>
>> type Status report
>>
>> message /practice/control/main
>>
>> description The requested resource (/practice/control/main) is not
>> available.
>> Apache Tomcat/5.5.20
>>
>> *******************************************************************************
>>
>>
>> I have created practice folder under hot-deploy same as mentioned in the
>> guide.
>>
>> Please help.
>>
>> Thank you.
>>
>>
>
>
>
--
View this message in context:
http://www.nabble.com/OFBiz-Beginners-Development-Guide-Issue-tp24184375p24184645.html
Sent from the OFBiz - User mailing list archive at Nabble.com.