Russell
 
when axis stops working properly the list of deployeed services desapears, and I get problems deeploying new services.... how do I bring the server back normal.
Best Regards
Ramon
 
 -----Original Message-----
From: Russell Brown [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 14 de Noviembre de 2002 09:10 a.m.
To: [EMAIL PROTECTED]
Subject: RE: Reset Axis.

Save below as undeploy.wsdd
 
<undeployment xmlns="http://xml.apache.org/axis/wsdd/">
 <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.

Reply via email to