Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandsstop-domain(1)


NAME

 stop-domain - stops the domain

SYNOPSIS

 stop-domain [domaindir install_dir/domains] [user admin_user] [passwordfile file_name] [terse=false] [echo=false] [interactive=true] [verbose=false] [debug=false] [domain_name]

DESCRIPTION

Use the stop-domain command to stopt a domain. If the domain directory is not specified, the domain in the default install_dir/domains directory is stopped. If there is more that one domain, the domain_name operand must be identified.

OPTIONS

domaindir

The directory where the domain is to be started. If specified, the path must be accessible in the filesystem. If not specified, the domain in the default install_dir/domains directory is started.

u user

The authorized domain application server administrative username.

w password

The password option is deprecated. Use passwordfile instead.

W passwordfile

The file containing the domain application server password associated with the administrative instance. The password is defined in the following form: AS_ADMIN_PASSWORD=password. Where password is the actual administrator password for the domain.

t terse

Indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script. Default is false.

e echo

Setting to true will echo the command line statement on to the standard output. Default is false.

I interactive

If set to true (default), only the required password options are prompted.

verbose

By default this flag is set to false. If set to true, detailed server startup output is displayed. Press CTRL-C to kill the server. Press CTRL-\\ to print a thread dump.

debug

By default this flag is set to false. If set to true, the server is started in debug mode and prints the JPDA port on the console.

domaindir

The directory where the domain is to be started. If specified, the path must be accessible in the filesystem. If not specified, the domain in the default install_dir/domains directory is started.

u user

The authorized domain application server administrative username.

w password

The password option is deprecated. Use passwordfile instead.

passwordfile

This option replaces the password option. Using the password option on the command line or through the environment is deprecated. The passwordfile option specifies the name of a file containing the password entries in a specified format. The entry for the password must have the AS_ADMIN prefix followed by the password name in capital letters. For example, to specify the domain application server password, use an entry with the following format: AS_ADMIN_PASSWORD=password, where password is the actual administrator password. Other passwords that can be specified include MAPPEDPASSWORD, USERPASSWORD, SAVEDMASTERPASSWORD, MQPASSWORD, ALIASPASSWORD, and so on.

t terse

Indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script. Default is false.

e echo

Setting to true will echo the command line statement on to the standard output. Default is false.

I interactive

If set to true (default), only the required password options are prompted.

verbose

By default this flag is set to false. If set to true, detailed server startup output is displayed. On UNIX, press CTRL-C to kill the server. On Windows, press Ctrl-Break to kill the server. Press CTRL-\\ to print a thread dump.

debug

By default this flag is set to false. If set to true, the server is started in debug mode and prints the JPDA port on the console.

OPERANDS

domain_name

The unique name of the domain you wish to start.

EXAMPLES

Example 1. Using start-domain
asadmin> stop-domain --domaindir /export/domains --user admin --passwordfile pass sampleDomain
Where: the sampleDomain domain in the /export/domains directory is stopped using admin password stored in pass file.

EXIT STATUS

0

command executed successfully

1

error in executing the command

SEE ALSO

start-domain(1), create-domain(1), delete-domain(1)


J2EE SDK 1.4Go To TopLast Changed 31 Jan 2005