Ramon,
the only experience I have had with this is when the list disappears from the Web View ( when you hit the servlet at http://yourhost:8080/axis/ ) but the AdminClient still works, try java org.apache.axis.client.AdminClient list. If that displays some output then you can still undeploy the offending service and it all starts working again ( did for me ). Failing that edit the file server-config.wsdd in webapps\axis\WEB-INF . remove all services except Version and AdminService
 
Hope that helps
 
Russell
-----Original Message-----
From: Ramon Arias [mailto:[EMAIL PROTECTED]]
Sent: 14 November 2002 14:22
To: [EMAIL PROTECTED]
Subject: RE: Reset Axis.

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