Configuration configuration =
configFac.createConfiguration(getContainerId(), ContainerType.INSTALLED, ConfigurationType.STANDALONE);
setConfigProps(configuration, getConfigProps());
container =
(InstalledLocalContainer) containerFac.createContainer(getContainerId(), ContainerType.INSTALLED, configuration);
container.setLogger(new SimpleLogger());
container.setHome(installer.getHome());
Map<String, String> props = getContainerProps();
if (props != null) {
container.setSystemProperties(props);
}