Save
below as undeploy.wsdd
<undeployment xmlns="http://xml.apache.org/axis/wsdd/">
<service name="TheServiceYouDeployedThatScrewedItAllUp"/>
</undeployment>
<service name="TheServiceYouDeployedThatScrewedItAllUp"/>
</undeployment>
run
java org.apache.axis.client.AdminClient undeploy.wsdd
if by
"axis server stops working properly" you mean that the list of deployed services
disappears
Russell
-----Original Message-----
From: Ramon Arias [mailto:[EMAIL PROTECTED]]
Sent: 14 November 2002 13:59
To: [EMAIL PROTECTED]
Subject: Reset Axis.I notice that after an unsuccessfull undeployment, my axis server stops working properly. Is there a quick and dirty way to reset axis to the original config.
