The WSIT Tutorial

Undeploying a Web Service

During the development process, it is often useful to undeploy a web service. Undeploying a web service means to disable and remove it from the web container. Once the web service is removed, clients are no longer able to use the web service. Further, the web service will not restart without explicit redeployment by the user.

To undeploy from GlassFish, type the following commands:


asadmin undeploy --user admin wsit-enabled-fromjava

asadmin undeploy --user admin wsit-enabled-fromwsdl

To undeploy from Apache Tomcat, type the following commands:


rm $CATALINA_HOME/webapps/wsit-enabled-fromjava.war

rm $CATALINA_HOME/webapps/wsit-enabled-fromwsdl.war