Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
deletes a domain
delete-domain [--help] [--domaindir domaindir] domain-name
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.
--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.
The unique name of the domain you want to delete.
This example deletes a domain named mydomain4
from the default domains directory.
asadmin> delete-domain mydomain4
Domain mydomain4 deleted.
Command delete-domain executed successfully.
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.
subcommand executed successfully
error in executing the subcommand
create-domain(1), start-domain(1), stop-domain(1), list-domains(1)