Hi Vivek,

My ofbiz-component.xml is

************************
<?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,
> 
> Could you please post your ofbiz-component.xml file entry here?
> Thanks!
> 
> Regards,
> -- Vivek Mishra
> 
> su2 wrote:
>> Hi All, 
>>  
>> I have added a new component under hot-deploy named practice. 
>>  
>> I added ofbiz-component.xml file with location="webapp/practice" and
>> mount-point="/practice" 
>>  
>> I added practice>webapp>practice>WEB-INF>controller.xml & web.xml 
>>  
>> I added practice>widget>PracticeSreens.xml 
>>  
>> I started the server using java -Xmx256M -jar ofbiz.jar command. 
>>  
>> but 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. 
>> *********************** 
>>  
>> Some how my newly added component is not able to load.  
>>  
>> Does anybody have idea on this? 
>>  
>> I really appreciate your help. 
>>  
>> Thanks in advance. 
>>   
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Component-not-loading-tp24206689p24219603.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to