Autoupdate from service in Axis2 is not working
Hi!
I am testing some services in Axis2 but the problem that I have is, that if I make changes during the service is running, then the changes are not visible. First I should restart the tomcat and then the changes are visible :-(
Why this? I have read, that the Axis2 have the ability for autoupdating the services.
I have change this into the axis2.xml
<parameter name="hotdeployment" locked="false">true</parameter>
<parameter name="hotupdate" locked="false">true</parameter>
but nothing is happened :-(
Thanks in advice,
Regards
Nik

