blob: 41739a0cc954aa4ae21596bb1a111638382cf018 [file] [log] [blame]
delete-domain(1) asadmin Utility Subcommands delete-domain(1)
NAME
delete-domain - deletes a domain
SYNOPSIS
delete-domain [--help] [--domaindir domaindir] domain-name
DESCRIPTION
The delete-domain subcommand deletes the specified domain. The domain
must already exist and must be stopped.
This subcommand is supported in local mode only.
OPTIONS
--help, -?
Displays the help text for the subcommand.
--domaindir
The directory where the domain to be deleted is located. If
specified, the path must be accessible in the file system. If not
specified, the domain under the domain root directory, which
defaults to as-install/domains, is deleted.
OPERANDS
domain-name
The unique name of the domain you want to delete.
EXAMPLES
Example 1, Deleting a Domain
This example deletes a domain named mydomain4 from the default
domains directory.
asadmin> delete-domain mydomain4
Domain mydomain4 deleted.
Command delete-domain executed successfully.
Example 2, deleting a Domain From an Alternate Location
This example deletes a domain named sampleDomain from the
/home/someuser/domains directory.
asadmin> delete-domain --domaindir /home/someuser/domains sampleDomain
Domain sampleDomain deleted
Command delete-domain executed successfully.
EXIT STATUS
0
subcommand executed successfully
1
error in executing the subcommand
SEE ALSO
create-domain(1), start-domain(1), stop-domain(1), list-domains(1)
asadmin(1M)
Java EE 8 16 Oct 2009 delete-domain(1)