Chapter 13 Using jagtool and jagant
Shuts down the server to which you are connected.
Command line:
shutdown
Ant build file:
<jag_shutdown />
Like all commands, shutdown requires connection flags at the command line and the jag_connect command in Ant build files (see "Using the jag_connect Command"). shutdown terminates the server process that you have connected to.
This example connects to the server eclipse on port 9005, with the user name jagadmin and the password jagpass, and shuts down the server.
jagtool -h eclipse -n 9005 -u jagadmin -p jagpass shutdown
<jag_connect host="eclipse" port="9005" user="jagadmin" password="jagpass" /> <jag_shutdown />
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |