return new DeployerCLParser(System.out);
}
@Override
protected Bootstrapper createBootstrapper(CLParser parser) {
Bootstrapper boot = super.createBootstrapper(parser);
boot.setWaitForStop(false);
boot.setUniqueInstance(true);
boot.setAdditionalConfigFile("command-config.properties");
boot.setStartBundles(Arrays.asList("org.apache.geronimo.framework/online-deployer//car"));
boot.setLog4jConfigFile("var/log/deployer-log4j.properties");
return boot;
}