}
else
{
final ASLauncher launcher = new ASLauncher();
launcher.setRefreshConfigContext(_config.getRefreshConfigContext());
launcher.preProcess(launcherArgs, envProps);
final String instanceRoot = launcher.getInstanceRoot();
process = launcher.process(launcherArgs, securityInfo);
// explicitly detect a race condition with system property for instance root
final String valueNow = System.getProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY);