dev@glassfish.java.net

asadmin delete-domain syntax

From: Sathyan Catari <Sathyan.Catari_at_oracle.com>
Date: Mon, 08 Nov 2010 12:54:19 -0800

  Why is that "delete-domain" requires the domain-name operand whereas
start-domain and stop-domain can default to "domain1" when the domain-name
is not specified?

#./asadmin stop-domain
Waiting for the domain to stop .
Command stop-domain executed successfully.

#./asadmin delete-domain
Enter the value for the domain_name operand> domain1
Domain domain1 deleted.

Thanks
Sathyan