Yan,
Hot update/undeployment can be enabled by adding the following line to
your axis2.xml:
<parameter name="hotupdate">true</parameter>
Regards,
Andreas
On Thu, Feb 12, 2009 at 05:25, Yan Liu <[email protected]> wrote:
> Hi,
>
> Hot deployment feature in Axis2 1.4.1 is great. I'd like to create an
> automatic service deployment module for our software system using hot
> deployment. I have two questions, though:
> 1. is there documentation on programmatic way for hot deployment? I looked
> at http://www.ibm.com/developerworks/webservices/library/ws-axis2soap/ , but
> prefer a complete example or tutorial
> 2. if i delete the .aar in axis2's service repository, does axis2 detect
> that the service is gone, then update the list of services? If so, can it be
> considered "hot undeployment"? If so, then "hot update" can be done by hot
> deployment plus hot undeployment with a predefined interval in axis2 config
>
> Thanks,
> Ian
>
>