@Override
protected int executeCommand() throws CommandException {
try {
HostAndPort adminAddress = getAdminAddress();
if (isRunning(adminAddress.getHost(), adminAddress.getPort()))
throw new CommandException(strings.get("domain.is.running",
getDomainName(), getDomainRootDir()));
DomainConfig domainConfig = new DomainConfig(getDomainName(),
getDomainsDir().getAbsolutePath());
PEDomainsManager manager = new PEDomainsManager();