OFBiz Beginners Development Guide Issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
su2
Reply | Threaded
Open this post in threaded view
|

OFBiz Beginners Development Guide Issue

su2
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.
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz Beginners Development Guide Issue

Vivek Mishra-2
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.
>
>  

smime.p7s (4K) Download Attachment
su2
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz Beginners Development Guide Issue

su2
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.
>
>