stops the Domain Administration Server of the specified domain
stop-domain [--help] [--domaindir domaindir] [--force={true|false}] [--kill={false|true}] [domain-name]
The stop-domain subcommand stops the Domain Administration Server (DAS) of the specified domain. If the domain directory is not specified, the domain in the default domains directory is stopped. If there are two or more domains in the domains directory, the domain-name operand must be specified.
This subcommand is supported in local or remote mode. If you specify a host name, the subcommand assumes you are operating in remote mode, which means you must correctly authenticate to the remote server. In local mode, you normally do not need to authenticate to the server as long as you are running the subcommand as the same user who started the server.
--help-?Displays the help text for the subcommand.
--domaindirSpecifies the directory of the domain that is to be stopped. If specified, the path must be accessible in the file system. If not specified, the domain in the default as-install/domains directory is stopped.
--forceSpecifies whether the domain is forcibly stopped immediately.
Possible values are as follows:
trueThe domain is forcibly stopped immediately (default).
falseThe subcommand waits until all threads that are associated with the domain are exited before stopping the domain.
--killSpecifies whether the domain is killed by using functionality of the operating system to terminate the domain process.
Possible values are as follows:
falseThe domain is not killed. The subcommand uses functionality of the Java platform to terminate the domain process (default).
trueThe domain is killed. The subcommand uses functionality of the operating system to terminate the domain process.
The name of the domain you want to stop. Default is the name specified during installation, usually domain1.
This example stops the domain named sampleDomain in the default domains directory.
asadmin> stop-domain sampleDomain
Waiting for the domain to stop .................
Command stop-domain executed successfully.
subcommand executed successfully
error in executing the subcommand
delete-domain(1), list-domains(1), restart-domain(1), start-domain(1)