Oracle GlassFish Server 3.1 Section 1: asadmin Utility Subcommands
create-connector-connection-pool(1)
create-connector-security-map(1)
create-connector-work-security-map(1)
create-jdbc-connection-pool(1)
create-message-security-provider(1)
create-resource-adapter-config(1)
delete-connector-connection-pool(1)
delete-connector-security-map(1)
delete-connector-work-security-map(1)
delete-jdbc-connection-pool(1)
delete-message-security-provider(1)
delete-resource-adapter-config(1)
disable-http-lb-application(1)
disable-secure-admin-internal-user(1)
disable-secure-admin-principal(1)
enable-secure-admin-internal-user(1)
enable-secure-admin-principal(1)
list-connector-connection-pools(1)
list-connector-security-maps(1)
list-connector-work-security-maps(1)
list-message-security-providers(1)
list-resource-adapter-configs(1)
list-secure-admin-internal-users(1)
list-secure-admin-principals(1)
list-supported-cipher-suites(1)
unfreeze-transaction-service(1)
update-admin-server-coordinates(1)
update-admin-server-local-coordinates(1)
update-connector-security-map(1)
update-connector-work-security-map(1)
Oracle GlassFish Server 3.1 Section 1M: Utility Commands
Oracle GlassFish Server 3.1 Section 5ASC: GlassFish Server Concepts
- 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.
Displays the help text for the subcommand.
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 in the default install-dir/domains directory is deleted.
The unique name of the domain you want to delete.
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.
subcommand executed successfully
error in executing the subcommand
create-domain(1), start-domain(1), stop-domain(1), list-domains(1)