Deepal,

 

If I understood what you did here, if you don’t explode all archives, then regular directories wont be loaded.

 

I think it would be nicer if Axis2 would load exploded directories AND read archive files directly (not explode them).

 

--
Tom Jordahl
Macromedia Server Development


From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 30, 2005 7:34 AM
To: [email protected]
Subject: [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~

 


 

Reply via email to