You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Deepal Jayasinghe <de...@opensource.lk> on 2005/08/30 13:33:57 UTC

[Axis2] Deploying Service Exploded directory

Hi all;

The exploded directory only allowed for services not for modules , and the support for exploded directory handle by the parameter in axis2.xml, if and only if its value is true exploded directory will be supported. 
The parameter look like follows;

<parameter name="extarct_service_archieve" locked="xsd:false">true</parameter>

if the value is true , first extract all the archive file in the /service directory and load those exploded directory and if someone drop exploded directory as a service that will take into account. 

If the parameter not there or value is false, then none of the archive file will be extracted and if someone drop exploded directory as service that wont take into account. Only load archive files into account. 

Thanks,
 Deepal
................................................................
~Future is Open~