I made .mar file. but not run.

In "anu-wsa-gnpID.mar" import module.xml and handler class file. 

-----------------------<module.xml>-----------------------------
<?xml version="1.0"?>
<module name="anu-wsa-gnpID">
 <OutFlow>
  <handler name="ResponseGNPIDHandler" 
class="org.gridnrm.www.anu.GNRM.GNP.ResponseGNPIDHandler">
   <order phase="anu-wsa-gnpID"/> 
  </handler>
 </OutFlow>
</module>
----------------------------------------------------------------

and i was resetting axis2.xml file.

---------------------<axis2.xml>---------------------------------
<module ref="anu-wsa-gnpID"/>
..........

 <phaseOrder type="OutFlow">
     ..........
    <phase name="anu-wsa-gnpID"/>
    ............
</phaseOrder>
----------------------------------------------------------------

"anu-wsa-gnpID.mar" deployed successfully.

but not run.

why not run? help me~

Reply via email to