Re: Axis2 Deployer issue

2011-03-07 Thread aditya chitre
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

Re: Axis2 Deployer issue

2011-03-07 Thread Afkham Azeez
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

Axis2 Deployer issue

2011-03-06 Thread aditya chitre
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