Hi Michele,

If this is under windows I had the same problem with Axis 1.x war files. To solve it, I edited the %CATALINA_HOME%/conf/context.xml file and
added the following attributes to the root <Context> element.

<Context antiJARLocking="true" antiResourceLocking="true">

I don't use Axis2, so I can't confirm it'll work, but may be worth a try.

Richard.

Michele Mazzucco wrote:

Hi Deepal,

my axis2.xml has the following line

<parameter name="hotupdate" locked="false">true</parameter>

but I can't delete any service while the server is running.


Michele

Deepal Jayasinghe wrote:
You have that capability , but you have to edit axis2.xml file in order
to have this feature.
You have to change to
<parameter name="hotupdate" locked="false">false</parameter>
following
<parameter name="hotupdate" locked="false">false</parameter>

Michele Mazzucco wrote:

Hi all,

I know it's possible to deploy services while the server is running
(Tomcat + Axis2), but is it possible to "undeploy" services while the
server is on?


Thanks,
Michele






Reply via email to