I could be wrong, but I think the only thing that happens is that server-config.wsdd in the bin directory of your server (such as Tomcat) is modified. If you are deploying a service for the first time, the server must be restarted to pickup those changes. After doing this, your service will be deployed every time the server is started because the change to server-config.wsdd is only undone if you run AdminClient on undeploy.wsdd or edit server-config.wsdd manually to remove the service description.
 
----- Original Message -----
From: Jonathan
Sent: Sunday, April 14, 2002 10:28 AM
Subject: What actually happens when you deploy a service

We use: "java org.apache.axis.client.AdminClient deploy.wsdd"
 
Does this command create some kind of binary file?
How do you see a list of what has been deployed?
What technically happens when a deployment is undeployed?

Reply via email to