Shuts down the server to which you are connected.
shutdown
<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/> <target name="shutdown" > <wst_antTask command="shutdown"
This command shuts down the server to which you are connected:
wstool shutdown
Ant build example:
<wst_antTask command="shutdown" />