shutdown

Description

Shuts down the server to which you are connected.

Syntax

Command line:

shutdown 

Ant build file:

<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/>
<target name="shutdown" > <wst_antTask command="shutdown"

Examples

Example 1

This command shuts down the server to which you are connected:

wstool shutdown

Ant build example:

<wst_antTask command="shutdown" />