Thanks Azeez, that did solve the issue.
On Tue, Mar 8, 2011 at 1:34 PM, Afkham Azeez wrote:
> enable hotUpdate in your axis2.xml file, and if the timestamp of your files
> changed, Axis2 will redeploy it.
>
> Azeez
>
>
> On Mon, Mar 7, 2011 at 5:14 AM, aditya chitre wrote:
>
>> Hi,
>>
>> I am wo
enable hotUpdate in your axis2.xml file, and if the timestamp of your files
changed, Axis2 will redeploy it.
Azeez
On Mon, Mar 7, 2011 at 5:14 AM, aditya chitre wrote:
> Hi,
>
> I am working on dynamically deploying web services using Apache Axis2
> Deployer class. The Apache server is not resta
Hi,
I am working on dynamically deploying web services using Apache Axis2
Deployer class. The Apache server is not restarted when a change is made to
the service class file.
When I remove the service by deleting the class file from the axis2 location
(from my program code) and add it back again (f